summaryrefslogtreecommitdiffstats
path: root/otautil/Android.bp
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2018-05-04 19:49:39 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-05-04 19:49:39 +0200
commit6cf0a98b93c30475bf41b7bd5b95db1b162a65ba (patch)
treed1ca1805b021c8e7c19d33f0ccbc50d65f7a488a /otautil/Android.bp
parentMerge "otautil: Only build the needed files for host build." am: 5818e894df am: d7d087f31c (diff)
parentMerge changes I1cc5d702,I32ab9854 am: 420f7f8df4 (diff)
downloadandroid_bootable_recovery-6cf0a98b93c30475bf41b7bd5b95db1b162a65ba.tar
android_bootable_recovery-6cf0a98b93c30475bf41b7bd5b95db1b162a65ba.tar.gz
android_bootable_recovery-6cf0a98b93c30475bf41b7bd5b95db1b162a65ba.tar.bz2
android_bootable_recovery-6cf0a98b93c30475bf41b7bd5b95db1b162a65ba.tar.lz
android_bootable_recovery-6cf0a98b93c30475bf41b7bd5b95db1b162a65ba.tar.xz
android_bootable_recovery-6cf0a98b93c30475bf41b7bd5b95db1b162a65ba.tar.zst
android_bootable_recovery-6cf0a98b93c30475bf41b7bd5b95db1b162a65ba.zip
Diffstat (limited to 'otautil/Android.bp')
-rw-r--r--otautil/Android.bp7
1 files changed, 4 insertions, 3 deletions
diff --git a/otautil/Android.bp b/otautil/Android.bp
index 572d8df86..b058f7b35 100644
--- a/otautil/Android.bp
+++ b/otautil/Android.bp
@@ -40,14 +40,15 @@ cc_library_static {
target: {
android: {
srcs: [
- "DirUtil.cpp",
- "SysUtil.cpp",
- "ThermalUtil.cpp",
+ "dirutil.cpp",
"mounts.cpp",
+ "sysutil.cpp",
+ "thermalutil.cpp",
],
static_libs: [
"libselinux",
+ "libcutils",
],
},
},