diff options
author | Bill Peckham <bpeckham@google.com> | 2019-10-05 05:24:15 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-10-05 05:24:15 +0200 |
commit | 1bf401d03ffdb0d250d106b39e2128816f06fca9 (patch) | |
tree | d02ffd841a9885be879ace17596b94bfa13f7d93 /edify/Android.bp | |
parent | Merge "recovery_utils: Use libvoid_headers." (diff) | |
parent | Merge "Moving recovery resources from /system to /vendor" (diff) | |
download | android_bootable_recovery-1bf401d03ffdb0d250d106b39e2128816f06fca9.tar android_bootable_recovery-1bf401d03ffdb0d250d106b39e2128816f06fca9.tar.gz android_bootable_recovery-1bf401d03ffdb0d250d106b39e2128816f06fca9.tar.bz2 android_bootable_recovery-1bf401d03ffdb0d250d106b39e2128816f06fca9.tar.lz android_bootable_recovery-1bf401d03ffdb0d250d106b39e2128816f06fca9.tar.xz android_bootable_recovery-1bf401d03ffdb0d250d106b39e2128816f06fca9.tar.zst android_bootable_recovery-1bf401d03ffdb0d250d106b39e2128816f06fca9.zip |
Diffstat (limited to 'edify/Android.bp')
-rw-r--r-- | edify/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/edify/Android.bp b/edify/Android.bp index 42947eb4e..73048d21c 100644 --- a/edify/Android.bp +++ b/edify/Android.bp @@ -16,6 +16,7 @@ cc_library_static { name: "libedify", host_supported: true, + vendor_available: true, srcs: [ "expr.cpp", |