libhardware: add libaudio_system_headers
hardware/audio.h uses libaudio_system_headers
Test: works with BOARD_VNDK_VERSION := current
Bug: 33241851
(cherry picked from commit d24879050a
)
Merged-In: I6042c9903b2bc580ec519b713f0f19d94e1daa2d
Change-Id: I6042c9903b2bc580ec519b713f0f19d94e1daa2d
This commit is contained in:
parent
003f740dc3
commit
bb27c5df92
1 changed files with 8 additions and 2 deletions
10
Android.bp
10
Android.bp
|
@ -2,8 +2,14 @@
|
|||
|
||||
cc_library_headers {
|
||||
name: "libhardware_headers",
|
||||
header_libs: ["libsystem_headers"],
|
||||
export_header_lib_headers: ["libsystem_headers"],
|
||||
header_libs: [
|
||||
"libaudio_system_headers",
|
||||
"libsystem_headers",
|
||||
],
|
||||
export_header_lib_headers: [
|
||||
"libaudio_system_headers",
|
||||
"libsystem_headers"
|
||||
],
|
||||
|
||||
export_include_dirs: ["include"],
|
||||
vendor_available: true,
|
||||
|
|
Loading…
Reference in a new issue