aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android.bp1
-rw-r--r--libelf/Android.bp1
2 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 754a6d72..b5916477 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,6 +1,7 @@
cc_library_static {
name: "libelf_headers",
host_supported: true,
+ vendor_available: true,
export_include_dirs: [
".",
"lib",
diff --git a/libelf/Android.bp b/libelf/Android.bp
index e971b6b0..cc4306c0 100644
--- a/libelf/Android.bp
+++ b/libelf/Android.bp
@@ -15,6 +15,7 @@
cc_library_static {
name: "libelf",
host_supported: true,
+ vendor_available: true,
srcs: [
"elf32_checksum.c",