From 78cbed57ae8e2d29dcde163b7fece75b0371924c Mon Sep 17 00:00:00 2001 From: Sorin Basca Date: Thu, 27 May 2021 12:41:17 +0000 Subject: [PATCH] Allow libtinyxml2 on Android from S We can reduce the size of some binaries in ART by switching from libxml2 to libtinyxml2. For this to be achieved, the external libtinyxml2 needs to be made available to the ART components. Bug: 177209057 Test: m Change-Id: I29059ad3860a8f91f7734a15ab02bb35137f4654 --- build/allowed_deps.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build/allowed_deps.txt b/build/allowed_deps.txt index 47331ca..95641f1 100644 --- a/build/allowed_deps.txt +++ b/build/allowed_deps.txt @@ -445,6 +445,7 @@ libtextclassifier_hash_static(minSdkVersion:(no version)) libtflite_kernel_utils(minSdkVersion:(no version)) libtflite_static(minSdkVersion:(no version)) libtflite_static(minSdkVersion:30) +libtinyxml2(minSdkVersion:S) libui(minSdkVersion:29) libui-types(minSdkVersion:apex_inherit) libui_headers(minSdkVersion:29)