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_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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue