diff options
Diffstat (limited to 'libelf/Android.bp')
-rw-r--r-- | libelf/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
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", |