diff options
author | Ben Murdoch <benm@google.com> | 2014-05-20 11:10:15 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-05-20 11:10:15 +0000 |
commit | 527ce064c9c68affd1fc08f982f0850789ba4c89 (patch) | |
tree | b28dc5b2f9b629e66daed1b5ecc6e169098da02e /target/product/core_minimal.mk | |
parent | 7a62e01c0baa27d7cff53b4ac4d082710691e8c4 (diff) | |
parent | cf8cd38fac91d4d04d12ba0e7494809577fe0ceb (diff) | |
download | build-527ce064c9c68affd1fc08f982f0850789ba4c89.zip build-527ce064c9c68affd1fc08f982f0850789ba4c89.tar.gz build-527ce064c9c68affd1fc08f982f0850789ba4c89.tar.bz2 |
am cf8cd38f: Merge "All devices that depend on WebView must have the system feature." into klp-modular-dev
* commit 'cf8cd38fac91d4d04d12ba0e7494809577fe0ceb':
All devices that depend on WebView must have the system feature.
Diffstat (limited to 'target/product/core_minimal.mk')
-rw-r--r-- | target/product/core_minimal.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/product/core_minimal.mk b/target/product/core_minimal.mk index 065f82a..f08ca2e 100644 --- a/target/product/core_minimal.mk +++ b/target/product/core_minimal.mk @@ -61,6 +61,9 @@ PRODUCT_PACKAGES += \ uiautomator \ webview +PRODUCT_COPY_FILES += \ + frameworks/native/data/etc/android.software.webview.xml:system/etc/permissions/android.software.webview.xml + # The order of PRODUCT_BOOT_JARS matters. PRODUCT_BOOT_JARS := \ core \ |