Add in MonkeyRunner target (and dependent libs) to SDK build.

Change-Id: I6aa0b1e48dfd0017b3c68fb3b25c02b703ecbd53
This commit is contained in:
Bill Napier 2010-10-08 17:37:29 -07:00
parent 99185c2a46
commit 04345cb114

View file

@ -65,7 +65,8 @@ PRODUCT_PACKAGES += \
layoutopt \ layoutopt \
traceview \ traceview \
android \ android \
dexdump dexdump \
monkeyrunner
# Native host Java libraries that are parts of the SDK. # Native host Java libraries that are parts of the SDK.
# See development/build/sdk.atree # See development/build/sdk.atree
@ -98,7 +99,11 @@ PRODUCT_PACKAGES += \
org.eclipse.equinox.common_3.4.0.v20080421-2006 \ org.eclipse.equinox.common_3.4.0.v20080421-2006 \
org.eclipse.jface_3.4.2.M20090107-0800 \ org.eclipse.jface_3.4.2.M20090107-0800 \
osgi \ osgi \
layoutlib layoutlib \
monkeyrunner \
guavalib \
jsr305lib \
jython
PRODUCT_PACKAGE_OVERLAYS := development/sdk_overlay PRODUCT_PACKAGE_OVERLAYS := development/sdk_overlay