From 08748876275ac6bd77029a7cf052c1c6bdd5fdaf Mon Sep 17 00:00:00 2001 From: Mathew Inwood Date: Tue, 20 Feb 2018 10:56:48 +0000 Subject: [PATCH] Include hiddenapi-whitelist.xml in the build. See I1cbbd220c61b1b4b767c301f97096607ee902a7b which introduces this file. Test: see related change I1cbbd220c61b1b4b767c301f97096607ee902a7b Merged-In: I23dba07a5d83e4325227892e0a11a758e093effa Change-Id: I0030718b932ea588120492fd8bcab1f389a40324 --- target/product/runtime_libart.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/target/product/runtime_libart.mk b/target/product/runtime_libart.mk index 6e7038e6d..f9030cfe9 100644 --- a/target/product/runtime_libart.mk +++ b/target/product/runtime_libart.mk @@ -56,6 +56,9 @@ PRODUCT_PACKAGES += art-tools PRODUCT_PACKAGES += \ cacerts \ +PRODUCT_PACKAGES += \ + hiddenapi-package-whitelist.xml \ + PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \ dalvik.vm.image-dex2oat-Xms=64m \ dalvik.vm.image-dex2oat-Xmx=64m \