summaryrefslogtreecommitdiffstats
path: root/otautil/Android.bp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-05-04 07:41:23 +0200
committerTao Bao <tbao@google.com>2018-05-04 08:17:29 +0200
commit17054c051a846743ecbfacec5986fe8b35152c9d (patch)
tree093bdd474d8f333ed4458662ce20e79ce48d57c6 /otautil/Android.bp
parentotautil: Only build the needed files for host build. (diff)
downloadandroid_bootable_recovery-17054c051a846743ecbfacec5986fe8b35152c9d.tar
android_bootable_recovery-17054c051a846743ecbfacec5986fe8b35152c9d.tar.gz
android_bootable_recovery-17054c051a846743ecbfacec5986fe8b35152c9d.tar.bz2
android_bootable_recovery-17054c051a846743ecbfacec5986fe8b35152c9d.tar.lz
android_bootable_recovery-17054c051a846743ecbfacec5986fe8b35152c9d.tar.xz
android_bootable_recovery-17054c051a846743ecbfacec5986fe8b35152c9d.tar.zst
android_bootable_recovery-17054c051a846743ecbfacec5986fe8b35152c9d.zip
Diffstat (limited to 'otautil/Android.bp')
-rw-r--r--otautil/Android.bp6
1 files changed, 3 insertions, 3 deletions
diff --git a/otautil/Android.bp b/otautil/Android.bp
index 572d8df86..0be019c06 100644
--- a/otautil/Android.bp
+++ b/otautil/Android.bp
@@ -40,10 +40,10 @@ cc_library_static {
target: {
android: {
srcs: [
- "DirUtil.cpp",
- "SysUtil.cpp",
- "ThermalUtil.cpp",
+ "dirutil.cpp",
"mounts.cpp",
+ "sysutil.cpp",
+ "thermalutil.cpp",
],
static_libs: [