Track libnativehelper move for PDK.

Bug: 6369821
Change-Id: I4dfd9eece9f6912a37c3caee77bd0eadb9313160
This commit is contained in:
Elliott Hughes 2012-05-03 16:37:40 -07:00
parent 000e89a5b9
commit 89898dff4e
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