forked from openkylin/platform_build
Merge "Add "android.software.preview_sdk" feature" into oc-dev
am: 89f74db432
Change-Id: I6dc6a8361400d36e52b47b12f4267739575bca37
This commit is contained in:
commit
16c24c350b
|
@ -90,6 +90,11 @@ PRODUCT_PACKAGES += \
|
|||
PRODUCT_COPY_FILES += \
|
||||
frameworks/native/data/etc/android.software.webview.xml:system/etc/permissions/android.software.webview.xml
|
||||
|
||||
ifneq (REL,$(PLATFORM_VERSION_CODENAME))
|
||||
PRODUCT_COPY_FILES += \
|
||||
frameworks/native/data/etc/android.software.preview_sdk.xml:system/etc/permissions/android.software.preview_sdk.xml
|
||||
endif
|
||||
|
||||
# The order of PRODUCT_BOOT_JARS matters.
|
||||
PRODUCT_BOOT_JARS := \
|
||||
core-oj \
|
||||
|
|
Loading…
Reference in New Issue