OSDN Git Service

Fix soong dependency issue
authorCourtney Goeltzenleuchter <courtneygo@google.com>
Wed, 5 Apr 2017 21:51:24 +0000 (15:51 -0600)
committerCourtney Goeltzenleuchter <courtneygo@google.com>
Wed, 5 Apr 2017 22:46:26 +0000 (16:46 -0600)
Test: make

Change-Id: I3ea00a32f08395c81e44625603d878a2f1b6975b

libs/ui/Android.bp

index 07d4813..310d25e 100644 (file)
@@ -68,6 +68,7 @@ cc_library_shared {
         "android.hardware.graphics.allocator@2.0",
         "android.hardware.graphics.mapper@2.0",
         "android.hardware.configstore@1.0",
+       "android.hardware.configstore-utils",
         "libbase",
         "libnativeloader",
         "libcutils",
@@ -79,8 +80,6 @@ cc_library_shared {
         "liblog",
     ],
 
-    header_libs: ["android.hardware.configstore-utils"],
-
     static_libs: [
         "libarect",
         "libgrallocusage",