From: Hansong Zhang Date: Wed, 3 Mar 2021 01:30:10 +0000 (-0800) Subject: Some dependencies are host supported X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=70f01015e183a81d81fbc3afb4a65ec03e600a6a;p=android-x86%2Fsystem-bt.git Some dependencies are host supported Bug: 181590011 Tag: #refactor Test: compile Change-Id: I247a300c3ba35715b5ddb8c06523e71189ba0ab5 --- diff --git a/build/Android.bp b/build/Android.bp index f1daf229f..6fe27542a 100644 --- a/build/Android.bp +++ b/build/Android.bp @@ -103,9 +103,13 @@ fluoride_defaults { name: "fluoride_defaults", defaults: ["fluoride_defaults_fuzzable", "fluoride_types_defaults"], shared_libs: [ + "libcutils", "libgrpc++", "libgrpc_wrap", - "libstatslog" + "libhidlbase", + "libstatslog", + "libutils", + ], sanitize: { misc_undefined: ["bounds"], @@ -124,9 +128,6 @@ fluoride_defaults { shared_libs: [ "android.hardware.bluetooth@1.0", "android.hardware.bluetooth@1.1", - "libhidlbase", - "libutils", - "libcutils", ], }, },