commit | 88dd7796a1fd4c64d57afb20021bf66cb26fa886 | [log] [tgz] |
---|---|---|
author | Jed Estep <jestep@google.com> | Tue Mar 22 15:25:27 2016 -0700 |
committer | Jed Estep <jestep@google.com> | Tue Mar 22 17:57:23 2016 -0700 |
tree | 24defdc9fb1133ae8d01f3c577b924d94e9130b9 | |
parent | ff6df890a2a01bf3bf56d3f430b17a5ef69055cf [diff] [blame] |
Correct caching behavior for should_inject_cache Bug: 27800498 Change-Id: I5255283c1d04a385ed719c5bc2be461cae9f3648
diff --git a/otafault/Android.mk b/otafault/Android.mk index 7468de6..ba7add8 100644 --- a/otafault/Android.mk +++ b/otafault/Android.mk
@@ -17,9 +17,10 @@ include $(CLEAR_VARS) otafault_static_libs := \ + libbase \ libminzip \ libz \ - libselinux \ + libselinux LOCAL_SRC_FILES := config.cpp ota_io.cpp LOCAL_MODULE_TAGS := eng