summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2022-06-27 23:38:52 +0000
committerXin Li <delphij@google.com>2022-06-27 23:38:52 +0000
commitbc5411a60bdadd2325b1d03c9a4ba6c94e5873b9 (patch)
tree24ce725e4e7d3d9cccf2df15100cb13f9ca012dd
parentda5ee8c5701e1207ebacb9a5e8f8cf451c41c8d5 (diff)
parent2033451c902c6172ffc4ec34ea2370a5843e4b63 (diff)
downloadav-bc5411a60bdadd2325b1d03c9a4ba6c94e5873b9.tar.gz
Merge tm-dev-plus-aosp-without-vendor@8763363temp_sam_242648940
Bug: 236760014 Merged-In: I08664a55a4d56769636ca099d82750db4ea57de9 Change-Id: I16f8c9c1d45f5d1c75680c319b49240a09834d78
-rw-r--r--media/eco/Android.bp8
1 files changed, 5 insertions, 3 deletions
diff --git a/media/eco/Android.bp b/media/eco/Android.bp
index bf699bf..18bc547 100644
--- a/media/eco/Android.bp
+++ b/media/eco/Android.bp
@@ -45,6 +45,9 @@ cc_library_shared {
local_include_dirs: [
"include",
],
+ export_include_dirs: [
+ "include",
+ ],
shared_libs: [
"libbinder",
@@ -53,9 +56,8 @@ cc_library_shared {
"libutils",
"libcodec2_hidl@1.0",
],
-
- export_include_dirs: [
- "include",
+ export_shared_lib_headers: [
+ "libbinder",
],
sanitize: {