summaryrefslogtreecommitdiffstats
path: root/otautil/Android.bp
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-05-29 19:20:36 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-05-29 19:20:36 +0200
commit65d7d5b8cfd25482dacb93d3960f96f252e0f91c (patch)
tree679d9b5234c30cee95606f0a48786d7de6232ab5 /otautil/Android.bp
parentMerge "recovery: report compliant reboot reason (Part Deux)" (diff)
parentImplement an update simulator to verify BB OTA packages on host (diff)
downloadandroid_bootable_recovery-65d7d5b8cfd25482dacb93d3960f96f252e0f91c.tar
android_bootable_recovery-65d7d5b8cfd25482dacb93d3960f96f252e0f91c.tar.gz
android_bootable_recovery-65d7d5b8cfd25482dacb93d3960f96f252e0f91c.tar.bz2
android_bootable_recovery-65d7d5b8cfd25482dacb93d3960f96f252e0f91c.tar.lz
android_bootable_recovery-65d7d5b8cfd25482dacb93d3960f96f252e0f91c.tar.xz
android_bootable_recovery-65d7d5b8cfd25482dacb93d3960f96f252e0f91c.tar.zst
android_bootable_recovery-65d7d5b8cfd25482dacb93d3960f96f252e0f91c.zip
Diffstat (limited to 'otautil/Android.bp')
-rw-r--r--otautil/Android.bp8
1 files changed, 4 insertions, 4 deletions
diff --git a/otautil/Android.bp b/otautil/Android.bp
index 73398c3aa..871dcae9a 100644
--- a/otautil/Android.bp
+++ b/otautil/Android.bp
@@ -24,12 +24,16 @@ cc_library_static {
// Minimal set of files to support host build.
srcs: [
+ "dirutil.cpp",
"paths.cpp",
"rangeset.cpp",
+ "sysutil.cpp",
],
shared_libs: [
"libbase",
+ "libcutils",
+ "libselinux",
],
export_include_dirs: [
@@ -39,12 +43,10 @@ cc_library_static {
target: {
android: {
srcs: [
- "dirutil.cpp",
"logging.cpp",
"mounts.cpp",
"parse_install_logs.cpp",
"roots.cpp",
- "sysutil.cpp",
"thermalutil.cpp",
],
@@ -57,10 +59,8 @@ cc_library_static {
],
shared_libs: [
- "libcutils",
"libext4_utils",
"libfs_mgr",
- "libselinux",
],
export_static_lib_headers: [