OSDN Git Service

Some dependencies are host supported
authorHansong Zhang <hsz@google.com>
Wed, 3 Mar 2021 01:30:10 +0000 (17:30 -0800)
committerHansong Zhang <hsz@google.com>
Fri, 5 Mar 2021 00:29:59 +0000 (16:29 -0800)
Bug: 181590011
Tag: #refactor
Test: compile
Change-Id: I247a300c3ba35715b5ddb8c06523e71189ba0ab5

build/Android.bp

index f1daf22..6fe2754 100644 (file)
@@ -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",
             ],
         },
     },