summaryrefslogtreecommitdiffstats
path: root/updater/Android.bp
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-06-21 02:29:04 +0200
committerandroid-build-merger <android-build-merger@google.com>2019-06-21 02:29:04 +0200
commit252f3d339222eb4f3a6383bf1ad136a50754bd43 (patch)
treec284d848afdece3977884020d1c64148fe89ccfe /updater/Android.bp
parentRevert "libprocessgroup users use libcutils" (diff)
parentMerge "Implement the TargetFile and BuildInfo" (diff)
downloadandroid_bootable_recovery-252f3d339222eb4f3a6383bf1ad136a50754bd43.tar
android_bootable_recovery-252f3d339222eb4f3a6383bf1ad136a50754bd43.tar.gz
android_bootable_recovery-252f3d339222eb4f3a6383bf1ad136a50754bd43.tar.bz2
android_bootable_recovery-252f3d339222eb4f3a6383bf1ad136a50754bd43.tar.lz
android_bootable_recovery-252f3d339222eb4f3a6383bf1ad136a50754bd43.tar.xz
android_bootable_recovery-252f3d339222eb4f3a6383bf1ad136a50754bd43.tar.zst
android_bootable_recovery-252f3d339222eb4f3a6383bf1ad136a50754bd43.zip
Diffstat (limited to 'updater/Android.bp')
-rw-r--r--updater/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/updater/Android.bp b/updater/Android.bp
index b279068a8..93eeece51 100644
--- a/updater/Android.bp
+++ b/updater/Android.bp
@@ -128,6 +128,7 @@ cc_library_host_static {
],
srcs: [
+ "build_info.cpp",
"simulator_runtime.cpp",
"target_files.cpp",
],
@@ -135,6 +136,7 @@ cc_library_host_static {
static_libs: [
"libupdater_core",
"libfstab",
+ "libc++fs",
],
target: {