diff options
author | Bill Peckham <bpeckham@google.com> | 2019-09-18 02:11:50 +0200 |
---|---|---|
committer | Bill Peckham <bpeckham@google.com> | 2019-10-04 02:04:56 +0200 |
commit | 341644d657d84de0b7a2299d311503ea71418af3 (patch) | |
tree | 9087ea25901efd23478bda2349f41c42f3987c38 /otautil | |
parent | Merge "recovery_utils: Use libvoid_headers." (diff) | |
download | android_bootable_recovery-341644d657d84de0b7a2299d311503ea71418af3.tar android_bootable_recovery-341644d657d84de0b7a2299d311503ea71418af3.tar.gz android_bootable_recovery-341644d657d84de0b7a2299d311503ea71418af3.tar.bz2 android_bootable_recovery-341644d657d84de0b7a2299d311503ea71418af3.tar.lz android_bootable_recovery-341644d657d84de0b7a2299d311503ea71418af3.tar.xz android_bootable_recovery-341644d657d84de0b7a2299d311503ea71418af3.tar.zst android_bootable_recovery-341644d657d84de0b7a2299d311503ea71418af3.zip |
Diffstat (limited to 'otautil')
-rw-r--r-- | otautil/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/otautil/Android.bp b/otautil/Android.bp index c8f974688..3b3f9cbc4 100644 --- a/otautil/Android.bp +++ b/otautil/Android.bp @@ -16,6 +16,7 @@ cc_library_static { name: "libotautil", host_supported: true, + vendor_available: true, recovery_available: true, defaults: [ |