am 8e67348b: Merge "Track libnativehelper move for PDK." into jb-dev

* commit '8e67348b515636ec8314da44b3f583c5d053e81a':
  Track libnativehelper move for PDK.
This commit is contained in:
Elliott Hughes 2012-05-04 16:50:41 -07:00 committed by Android Git Automerger
commit 559ffeb2ef
3 changed files with 10 additions and 2 deletions

View File

@ -28,7 +28,7 @@ SRC_HEADERS := \
$(TOPDIR)hardware/libhardware/include \
$(TOPDIR)hardware/libhardware_legacy/include \
$(TOPDIR)hardware/ril/include \
$(TOPDIR)dalvik/libnativehelper/include \
$(TOPDIR)libnativehelper/include \
$(TOPDIR)frameworks/native/include \
$(TOPDIR)frameworks/native/opengl/include \
$(TOPDIR)frameworks/av/include \

View File

@ -43,7 +43,7 @@ pathmap_INCL := \
libhardware_legacy:hardware/libhardware_legacy/include \
libhost:build/libs/host/include \
libm:bionic/libm/include \
libnativehelper:dalvik/libnativehelper/include \
libnativehelper:libnativehelper/include \
libpagemap:system/extras/libpagemap/include \
libril:hardware/ril/include \
libstdc++:bionic/libstdc++/include \

View File

@ -84,6 +84,7 @@ PRODUCT_PACKAGES := \
libgabi++ \
libicui18n \
libicuuc \
libjavacore \
libkeystore \
libmdnssd \
libnativehelper \
@ -125,5 +126,12 @@ ifeq ($(WITH_HOST_DALVIK),true)
apache-xml-hostdex \
bouncycastle-hostdex \
core-hostdex \
libcrypto \
libexpat \
libicui18n \
libicuuc \
libjavacore \
libssl \
libz-host \
dalvik
endif