From 8be8e357004effb7c5e3b3281d455e8c1bbe5e7e Mon Sep 17 00:00:00 2001 From: Jooyung Han Date: Tue, 25 Jun 2019 00:12:01 +0900 Subject: Do not use stl expat is a C-only module. Omitting "stl" property causes libexpat.so depending on c++ library unnecessarily. (For example, system variant of libexpat.so depends on libstdc++.so and vendor variant depends on libc++.so.) Test: build Change-Id: I31611ce92cc58e3ee4dd2ad5f755aa0bad1ab431 --- Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.bp b/Android.bp index 1a7842d8..20cacf19 100644 --- a/Android.bp +++ b/Android.bp @@ -41,6 +41,7 @@ cc_library { }, }, + stl: "none", local_include_dirs: ["lib"], export_include_dirs: ["lib"], } -- cgit v1.2.3