summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSumit Semwal <sumit.semwal@linaro.org>2018-07-23 18:37:41 +0530
committerSumit Semwal <sumit.semwal@linaro.org>2018-07-23 18:37:41 +0530
commit3f63e98d89d7cb816b55f6a4e5d4c9320b2b9d3e (patch)
treee84f71341596d3b9a54323d412a32bf3d22bdfd7
parent25bb89b264b76b12cf98f31ee8febd1ef96d67ac (diff)
expat: Enable support_system_processdb820c_treble
This allows mesa to use libexpat in FULL_TREBLE enabled builds. Suggested-by: Vishal Bhoj <vishal.bhoj@linaro.org> Change-Id: I051349941e7772e4683963db530776b6f38f9313 Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org>
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index b3bef06..7222025 100644
--- a/Android.bp
+++ b/Android.bp
@@ -6,6 +6,7 @@ cc_library {
vendor_available: true,
vndk: {
enabled: true,
+ support_system_process: true,
},
host_supported: true,
unique_host_soname: true,