Merge "Don't link with mediametrics headers symlinks"
This commit is contained in:
committed by
Android (Google) Code Review
commit
06b1d0629d
@@ -13,6 +13,7 @@ cc_library_shared {
|
||||
|
||||
header_libs: [
|
||||
"libmedia_headers",
|
||||
"libmediametrics_headers",
|
||||
],
|
||||
|
||||
shared_libs: [
|
||||
|
||||
@@ -16,6 +16,10 @@ cc_binary {
|
||||
"libutils",
|
||||
],
|
||||
|
||||
header_libs: [
|
||||
"libmediametrics_headers",
|
||||
],
|
||||
|
||||
srcs: [
|
||||
"soundpool_stress.cpp"
|
||||
],
|
||||
|
||||
@@ -14,6 +14,10 @@ cc_test {
|
||||
"libaudioclient",
|
||||
],
|
||||
|
||||
header_libs: [
|
||||
"libmediametrics_headers",
|
||||
],
|
||||
|
||||
cflags: [
|
||||
"-Wall",
|
||||
"-Werror",
|
||||
|
||||
Reference in New Issue
Block a user