summaryrefslogtreecommitdiffstats
path: root/otautil/Android.bp
diff options
context:
space:
mode:
authorJacky Liu <qsliu@google.com>2021-12-24 15:39:41 +0100
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-12-24 15:39:41 +0100
commit31f842f1e6359942a447b3502135f98e6958f16f (patch)
treee43bb6f4beeeedbca356743a3a3e9400787a1763 /otautil/Android.bp
parentMerge "GetBatteryInfo() also reads AIDL health HAL." am: d33b067f04 (diff)
parentMerge "Move package verifier from libinstall to libotautil" (diff)
downloadandroid_bootable_recovery-31f842f1e6359942a447b3502135f98e6958f16f.tar
android_bootable_recovery-31f842f1e6359942a447b3502135f98e6958f16f.tar.gz
android_bootable_recovery-31f842f1e6359942a447b3502135f98e6958f16f.tar.bz2
android_bootable_recovery-31f842f1e6359942a447b3502135f98e6958f16f.tar.lz
android_bootable_recovery-31f842f1e6359942a447b3502135f98e6958f16f.tar.xz
android_bootable_recovery-31f842f1e6359942a447b3502135f98e6958f16f.tar.zst
android_bootable_recovery-31f842f1e6359942a447b3502135f98e6958f16f.zip
Diffstat (limited to 'otautil/Android.bp')
-rw-r--r--otautil/Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/otautil/Android.bp b/otautil/Android.bp
index 557b8a313..4b043adf1 100644
--- a/otautil/Android.bp
+++ b/otautil/Android.bp
@@ -34,16 +34,21 @@ cc_library_static {
// Minimal set of files to support host build.
srcs: [
+ "asn1_decoder.cpp",
"dirutil.cpp",
+ "package.cpp",
"paths.cpp",
"rangeset.cpp",
"sysutil.cpp",
+ "verifier.cpp",
],
shared_libs: [
"libbase",
+ "libcrypto",
"libcutils",
"libselinux",
+ "libziparchive",
],
export_include_dirs: [