aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-08 00:08:26 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-08 00:08:26 +0000
commit0bded87a00111706d2c1d2ddc43b67ad3b91a1e3 (patch)
tree0e30c13192dd3c31bb0ee795047341f4da203f71
parent62dd519fd322c4c5043e57df03255f77288539d5 (diff)
parentd74ff36785ce2359d33468106ca312af8fa74ab1 (diff)
downloadelfutils-0bded87a00111706d2c1d2ddc43b67ad3b91a1e3.tar.gz
Snap for 11065517 from d74ff36785ce2359d33468106ca312af8fa74ab1 to 24Q1-release
Change-Id: Ia93bd5e10f3180a6913867b0594854e15bc8c8dd
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 9d73c192..1563dcd1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -69,6 +69,7 @@ cc_defaults {
cc_library {
name: "libelf",
host_supported: true,
+ native_bridge_supported: true,
vendor_available: true,
defaults: ["elfutils_defaults"],
@@ -110,6 +111,7 @@ cc_library {
cc_library_headers {
name: "elfutils_headers",
host_supported: true,
+ native_bridge_supported: true,
vendor_available: true,
export_include_dirs: [
".",