OSDN Git Service

Split target/product/sdk.mk into sdk.git
authorRaphael Moll <ralf@android.com>
Fri, 20 Apr 2012 20:43:42 +0000 (13:43 -0700)
committerRaphael Moll <ralf@android.com>
Fri, 20 Apr 2012 21:14:55 +0000 (14:14 -0700)
This changes target/product/sdk.mk so that the list of tools
and libs to build for the SDK be actually defined in both
sdk.git and development.git.

Depends on dev.git change I6bbc6644a and sdk.git change Id270eba6

Change-Id: I790df85ea8620f73c769aec0f92f474de60b63f9

target/product/sdk.mk

index a60a77a..f586f06 100644 (file)
@@ -62,68 +62,9 @@ PRODUCT_PACKAGES := \
        CalendarProvider \
        Calendar
 
-
-# Host tools that are parts of the SDK.
-# See development/build/sdk.atree
-PRODUCT_PACKAGES += \
-       adb \
-       dmtracedump \
-       etc1tool \
-       hprof-conv \
-       mksdcard \
-       emulator \
-       bios.bin \
-       vgabios-cirrus.bin \
-       ddms \
-       hierarchyviewer \
-       draw9patch \
-       traceview \
-       android \
-       dexdump \
-       lint \
-       monkeyrunner
-
-# Native host Java libraries that are parts of the SDK.
-# See development/build/sdk.atree
-PRODUCT_PACKAGES += \
-       androidprefs \
-       annotations \
-       sdkstats \
-       archquery \
-       ddms \
-       ddmlib \
-       ddmuilib \
-       draw9patch \
-       hierarchyviewer \
-       traceview \
-       anttasks \
-       sdklib \
-       sdkuilib \
-       sdkmanager \
-       swtmenubar \
-       swing-worker-1.1 \
-       groovy-all-1.7.0 \
-       commons-compress-1.0 \
-       emmalib \
-       jcommon-1.0.12 \
-       jfreechart-1.0.9 \
-       jfreechart-1.0.9-swt \
-       org.eclipse.core.commands_3.4.0.I20080509-2000 \
-       org.eclipse.equinox.common_3.4.0.v20080421-2006 \
-       org.eclipse.jface_3.4.2.M20090107-0800 \
-       osgi \
-       layoutlib \
-       lint \
-       monkeyrunner \
-       guavalib \
-       jsr305lib \
-       jython \
-       ddmlib-tests \
-       ninepatch-tests \
-       common-tests \
-       sdklib-tests \
-       sdkuilib-tests \
-       layoutlib-tests
+# Define the host tools and libs that are parts of the SDK.
+include sdk/build/product_sdk.mk
+include development/build/product_sdk.mk
 
 # audio libraries.
 PRODUCT_PACKAGES += \