am 8e67348b: Merge "Track libnativehelper move for PDK." into jb-dev
* commit '8e67348b515636ec8314da44b3f583c5d053e81a': Track libnativehelper move for PDK.
This commit is contained in:
commit
559ffeb2ef
|
@ -28,7 +28,7 @@ SRC_HEADERS := \
|
||||||
$(TOPDIR)hardware/libhardware/include \
|
$(TOPDIR)hardware/libhardware/include \
|
||||||
$(TOPDIR)hardware/libhardware_legacy/include \
|
$(TOPDIR)hardware/libhardware_legacy/include \
|
||||||
$(TOPDIR)hardware/ril/include \
|
$(TOPDIR)hardware/ril/include \
|
||||||
$(TOPDIR)dalvik/libnativehelper/include \
|
$(TOPDIR)libnativehelper/include \
|
||||||
$(TOPDIR)frameworks/native/include \
|
$(TOPDIR)frameworks/native/include \
|
||||||
$(TOPDIR)frameworks/native/opengl/include \
|
$(TOPDIR)frameworks/native/opengl/include \
|
||||||
$(TOPDIR)frameworks/av/include \
|
$(TOPDIR)frameworks/av/include \
|
||||||
|
|
|
@ -43,7 +43,7 @@ pathmap_INCL := \
|
||||||
libhardware_legacy:hardware/libhardware_legacy/include \
|
libhardware_legacy:hardware/libhardware_legacy/include \
|
||||||
libhost:build/libs/host/include \
|
libhost:build/libs/host/include \
|
||||||
libm:bionic/libm/include \
|
libm:bionic/libm/include \
|
||||||
libnativehelper:dalvik/libnativehelper/include \
|
libnativehelper:libnativehelper/include \
|
||||||
libpagemap:system/extras/libpagemap/include \
|
libpagemap:system/extras/libpagemap/include \
|
||||||
libril:hardware/ril/include \
|
libril:hardware/ril/include \
|
||||||
libstdc++:bionic/libstdc++/include \
|
libstdc++:bionic/libstdc++/include \
|
||||||
|
|
|
@ -84,6 +84,7 @@ PRODUCT_PACKAGES := \
|
||||||
libgabi++ \
|
libgabi++ \
|
||||||
libicui18n \
|
libicui18n \
|
||||||
libicuuc \
|
libicuuc \
|
||||||
|
libjavacore \
|
||||||
libkeystore \
|
libkeystore \
|
||||||
libmdnssd \
|
libmdnssd \
|
||||||
libnativehelper \
|
libnativehelper \
|
||||||
|
@ -125,5 +126,12 @@ ifeq ($(WITH_HOST_DALVIK),true)
|
||||||
apache-xml-hostdex \
|
apache-xml-hostdex \
|
||||||
bouncycastle-hostdex \
|
bouncycastle-hostdex \
|
||||||
core-hostdex \
|
core-hostdex \
|
||||||
|
libcrypto \
|
||||||
|
libexpat \
|
||||||
|
libicui18n \
|
||||||
|
libicuuc \
|
||||||
|
libjavacore \
|
||||||
|
libssl \
|
||||||
|
libz-host \
|
||||||
dalvik
|
dalvik
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue