OSDN Git Service

libaudio_system_headers: include libcutils_headers
authorSteven Moreland <smoreland@google.com>
Tue, 18 Apr 2017 01:25:21 +0000 (18:25 -0700)
committerSteven Moreland <smoreland@google.com>
Tue, 18 Apr 2017 01:26:38 +0000 (18:26 -0700)
This is required since system/audio.h (and one more) uses
utils/BitOps.h.

Test: works with BOARD_VNDK_VERSION := current
Bug: 33241851
Change-Id: I13ef898a702316ccbf8b41ec500b5fd60dce155b

audio/Android.bp

index 8620399..1e9e569 100644 (file)
@@ -2,6 +2,10 @@ cc_library_headers {
     name: "libaudio_system_headers",
     host_supported: true,
     vendor_available: true,
+
+    header_libs: ["libcutils_headers"],
+    export_header_lib_headers: ["libcutils_headers"],
+
     export_include_dirs: ["include"],
 
     target: {