diff options
author | Prashant Malani <pmalani@google.com> | 2016-03-11 20:57:10 +0100 |
---|---|---|
committer | Prashant Malani <pmalani@google.com> | 2016-03-18 07:03:21 +0100 |
commit | 9020e0f141d1c26dcf8b6fa4212ee94b7891d53f (patch) | |
tree | de23736ef7d085e7d780703b93774f3b47986631 /Android.mk | |
parent | Revert "DO NOT MERGE Control fault injection with config files instead of build flags" (diff) | |
download | android_bootable_recovery-9020e0f141d1c26dcf8b6fa4212ee94b7891d53f.tar android_bootable_recovery-9020e0f141d1c26dcf8b6fa4212ee94b7891d53f.tar.gz android_bootable_recovery-9020e0f141d1c26dcf8b6fa4212ee94b7891d53f.tar.bz2 android_bootable_recovery-9020e0f141d1c26dcf8b6fa4212ee94b7891d53f.tar.lz android_bootable_recovery-9020e0f141d1c26dcf8b6fa4212ee94b7891d53f.tar.xz android_bootable_recovery-9020e0f141d1c26dcf8b6fa4212ee94b7891d53f.tar.zst android_bootable_recovery-9020e0f141d1c26dcf8b6fa4212ee94b7891d53f.zip |
Diffstat (limited to '')
-rw-r--r-- | Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk index 4477fefe3..5b488ca6d 100644 --- a/Android.mk +++ b/Android.mk @@ -41,6 +41,7 @@ LOCAL_SRC_FILES := \ ui.cpp \ verifier.cpp \ wear_ui.cpp \ + wear_touch.cpp \ LOCAL_MODULE := recovery |