Add config file listing public native libraries
This file contains list of libraries that should be directly or indirectly accessible to apps for the platform. Note that this file is not device specific but rather device class specific. Bug: http://b/27546414 Change-Id: Ica2e6c5cedac6e4af9bd78addaa512b2fa272d64
This commit is contained in:
parent
d6101b6786
commit
795132dccd
|
@ -114,5 +114,8 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
|
|||
PRODUCT_COPY_FILES += \
|
||||
system/core/rootdir/init.zygote32.rc:root/init.zygote32.rc
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
system/core/rootdir/etc/public.libraries.android.txt:system/etc/public.libraries.txt
|
||||
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/runtime_libart.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk)
|
||||
|
|
Loading…
Reference in New Issue