summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp6
1 files changed, 5 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 5490f14..a88aa9e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,4 @@
+
package {
default_applicable_licenses: ["external_dynamic_depth_license"],
}
@@ -27,7 +28,7 @@ cc_defaults {
],
rtti: true,
cppflags: ["-fno-exceptions"],
-
+ clang: true,
sanitize: {
misc_undefined: [
"unsigned-integer-overflow",
@@ -43,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",