aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Chien <loganchien@google.com>2018-03-08 15:50:02 +0800
committerLogan Chien <loganchien@google.com>2018-03-16 17:47:18 +0800
commit5b9335f1b17e7fbf0babed56a0cbe7b3e7682bea (patch)
tree9b5767d10c02cd078e3d79facf9fe16ce1e42869
parent494ac36ecb6d5967922460f122bd9b43d535620d (diff)
downloadelfutils-pie-b4s4-dev.tar.gz
This commit adds `vendor_available: true` to libelf static lib so that some vendors can use libelf static lib in their tools. Bug: 74094531 Test: aosp_walleye-userdebug builds Merged-In: I4a4ab3de49da0769ae2749f63432fa16e8a774ab Change-Id: I4a4ab3de49da0769ae2749f63432fa16e8a774ab
-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",