Add host bin modules for explicit dependency

This fixes the build error:
development/build/sdk.atree:66: couldn't locate source file:
bin/llvm-rs-cc
Previously llvm-rs-cc was indirectly required via some intermediate
targets and now the chain is broken.

Change-Id: I722eee80deb03b219a16fe1c18fe87439ac8ff98
This commit is contained in:
Ying Wang
2013-04-01 16:57:26 -07:00
parent 441165c7a5
commit 73c1230224

View File

@@ -27,7 +27,9 @@
# Host tools and java libraries that are parts of the SDK. # Host tools and java libraries that are parts of the SDK.
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
aapt \
adb \ adb \
aidl \
bios.bin \ bios.bin \
commons-compress-1.0 \ commons-compress-1.0 \
dexdump \ dexdump \
@@ -43,10 +45,9 @@ PRODUCT_PACKAGES += \
jython \ jython \
layoutlib \ layoutlib \
layoutlib-tests \ layoutlib-tests \
llvm-rs-cc \
org.eclipse.jface_3.6.2.M20110210-1200 \ org.eclipse.jface_3.6.2.M20110210-1200 \
org.eclipse.equinox.common_3.6.0.v20100503 \ org.eclipse.equinox.common_3.6.0.v20100503 \
org.eclipse.core.commands_3.6.0.I20100512-1500 \ org.eclipse.core.commands_3.6.0.I20100512-1500 \
osgi \ osgi \
vgabios-cirrus.bin vgabios-cirrus.bin
:qa!