summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-01-06 02:04:02 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-01-06 02:04:02 +0000
commitf20d518332f44a7fedebdf04d70fa8c15f08e895 (patch)
tree6ee6c55bd348a1f6c68526571eff0446e200632b
parent4a7ab34a5b8368bcc49140dae76baf40f17e3a70 (diff)
parent2bbd463d9cebcfc805614472351330912470272d (diff)
downloaddynamic_depth-f20d518332f44a7fedebdf04d70fa8c15f08e895.tar.gz
Snap for 8046958 from 2bbd463d9cebcfc805614472351330912470272d to tm-d1-release
Change-Id: Ie5ad1236c40854a64b01d1be042587827027d105
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 94a6488..a88aa9e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -44,16 +44,19 @@ cc_defaults {
cc_library_headers {
name: "libdynamic_depth-public_headers",
+ host_supported: true,
export_include_dirs: ["includes"],
}
cc_library_headers {
name: "libdynamic_depth-internal_headers",
+ host_supported: true,
export_include_dirs: ["internal"],
}
cc_library {
name: "libdynamic_depth",
+ host_supported: true,
defaults: ["libdynamic_depth-defaults"],
header_libs: [
"libdynamic_depth-public_headers",