diff options
author | Yifan Hong <elsk@google.com> | 2020-04-17 01:57:06 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-04-17 01:57:06 +0200 |
commit | 29a1d00035501690c165ac6c35733d8ef1b77eba (patch) | |
tree | 42e1a357d0cd051764d1747bbff4f8f1e4293194 | |
parent | Merge "Rename external storage properties." (diff) | |
parent | Add missing dep. (diff) | |
download | android_bootable_recovery-29a1d00035501690c165ac6c35733d8ef1b77eba.tar android_bootable_recovery-29a1d00035501690c165ac6c35733d8ef1b77eba.tar.gz android_bootable_recovery-29a1d00035501690c165ac6c35733d8ef1b77eba.tar.bz2 android_bootable_recovery-29a1d00035501690c165ac6c35733d8ef1b77eba.tar.lz android_bootable_recovery-29a1d00035501690c165ac6c35733d8ef1b77eba.tar.xz android_bootable_recovery-29a1d00035501690c165ac6c35733d8ef1b77eba.tar.zst android_bootable_recovery-29a1d00035501690c165ac6c35733d8ef1b77eba.zip |
-rw-r--r-- | Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index 4032bcc19..d6cd9cf82 100644 --- a/Android.bp +++ b/Android.bp @@ -78,6 +78,7 @@ cc_defaults { "librecovery_utils", "libotautil", "libsnapshot_nobinder", + "update_metadata-protos", ], } |