resolve merge conflicts of afc0aa78f
to oc-dev-plus-aosp
Test: I solemnly swear I tested this conflict resolution. Change-Id: I0e1cc5f5367c4840eea5f56670f74a44743f1853
This commit is contained in:
commit
1e00517d71
|
@ -17,8 +17,14 @@ cc_library_headers {
|
|||
vendor_available: true,
|
||||
host_supported: true,
|
||||
|
||||
header_libs: ["libsystem_headers",],
|
||||
export_header_lib_headers: ["libsystem_headers",],
|
||||
header_libs: [
|
||||
"libsystem_headers",
|
||||
"libcutils_headers"
|
||||
],
|
||||
export_header_lib_headers: [
|
||||
"libsystem_headers",
|
||||
"libcutils_headers"
|
||||
],
|
||||
export_include_dirs: ["include"],
|
||||
|
||||
target: {
|
||||
|
|
Loading…
Reference in New Issue