OSDN Git Service

audio hal: explicitly import headers
[android-x86/hardware-interfaces.git] / audio / common / 2.0 / default / Android.bp
index e39a908..0486a5c 100644 (file)
@@ -24,9 +24,14 @@ cc_library_shared {
     export_include_dirs: ["."],
 
     shared_libs: [
+        "liblog",
         "libutils",
         "libhidlbase",
         "android.hardware.audio.common@2.0",
     ],
 
+    header_libs: [
+        "libaudio_system_headers",
+        "libhardware_headers",
+    ],
 }