diff options
author | Tao Bao <tbao@google.com> | 2019-10-02 23:39:01 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-10-02 23:39:01 +0200 |
commit | 2772cfcb1acf7e8e337f99d6d8707b3bbf912664 (patch) | |
tree | 76c6fa3594480dafbd5b0ef7c032bf7258a017bb /Android.bp | |
parent | Merge "otautil: Drop a few unneeded includes." am: 36f72131ff (diff) | |
parent | Merge "otautil: Factor out the utils that're private to recovery." (diff) | |
download | android_bootable_recovery-2772cfcb1acf7e8e337f99d6d8707b3bbf912664.tar android_bootable_recovery-2772cfcb1acf7e8e337f99d6d8707b3bbf912664.tar.gz android_bootable_recovery-2772cfcb1acf7e8e337f99d6d8707b3bbf912664.tar.bz2 android_bootable_recovery-2772cfcb1acf7e8e337f99d6d8707b3bbf912664.tar.lz android_bootable_recovery-2772cfcb1acf7e8e337f99d6d8707b3bbf912664.tar.xz android_bootable_recovery-2772cfcb1acf7e8e337f99d6d8707b3bbf912664.tar.zst android_bootable_recovery-2772cfcb1acf7e8e337f99d6d8707b3bbf912664.zip |
Diffstat (limited to '')
-rw-r--r-- | Android.bp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp index 0eb5fd9e5..0759e08d1 100644 --- a/Android.bp +++ b/Android.bp @@ -72,6 +72,7 @@ cc_defaults { "libinstall", "librecovery_fastboot", "libminui", + "librecovery_utils", "libotautil", // external dependencies @@ -148,7 +149,7 @@ cc_binary { ], static_libs: [ - "libotautil", + "librecovery_utils", ], init_rc: [ @@ -174,7 +175,7 @@ cc_binary { ], static_libs: [ - "libotautil", + "librecovery_utils", ], init_rc: [ |