diff options
author | Tianjie Xu <xunchang@google.com> | 2018-02-17 01:36:42 +0100 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-02-17 01:36:42 +0100 |
commit | 021d8fe0a343d045f7957ae745ee4661652ac160 (patch) | |
tree | bed03afd8e51935b4b911a0dbd7a62ddc374a2f9 /otafault/Android.bp | |
parent | Merge "recovery: Porting screensave mode for new platform." am: 15e376d792 (diff) | |
parent | Merge "Skip the cache size check on host" (diff) | |
download | android_bootable_recovery-021d8fe0a343d045f7957ae745ee4661652ac160.tar android_bootable_recovery-021d8fe0a343d045f7957ae745ee4661652ac160.tar.gz android_bootable_recovery-021d8fe0a343d045f7957ae745ee4661652ac160.tar.bz2 android_bootable_recovery-021d8fe0a343d045f7957ae745ee4661652ac160.tar.lz android_bootable_recovery-021d8fe0a343d045f7957ae745ee4661652ac160.tar.xz android_bootable_recovery-021d8fe0a343d045f7957ae745ee4661652ac160.tar.zst android_bootable_recovery-021d8fe0a343d045f7957ae745ee4661652ac160.zip |
Diffstat (limited to '')
-rw-r--r-- | otafault/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/otafault/Android.bp b/otafault/Android.bp index 91a5d9a54..30d561015 100644 --- a/otafault/Android.bp +++ b/otafault/Android.bp @@ -15,6 +15,8 @@ cc_library_static { name: "libotafault", + host_supported: true, + srcs: [ "config.cpp", "ota_io.cpp", |