temporarily remove verifier_test binary
Change-Id: I61f249861b27180225fb786901275d2da611531b
This commit is contained in:
parent
211aebc4e0
commit
b88aea8a89
1 changed files with 6 additions and 6 deletions
12
Android.mk
12
Android.mk
|
@ -50,17 +50,17 @@ include $(BUILD_EXECUTABLE)
|
|||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_SRC_FILES := verifier_test.cpp verifier.cpp
|
||||
#LOCAL_SRC_FILES := verifier_test.cpp verifier.cpp
|
||||
|
||||
LOCAL_MODULE := verifier_test
|
||||
#LOCAL_MODULE := verifier_test
|
||||
|
||||
LOCAL_FORCE_STATIC_EXECUTABLE := true
|
||||
#LOCAL_FORCE_STATIC_EXECUTABLE := true
|
||||
|
||||
LOCAL_MODULE_TAGS := tests
|
||||
#LOCAL_MODULE_TAGS := tests
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := libmincrypt libcutils libstdc++ libc
|
||||
#LOCAL_STATIC_LIBRARIES := libmincrypt libcutils libstdc++ libc
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
#include $(BUILD_EXECUTABLE)
|
||||
|
||||
|
||||
include $(commands_recovery_local_path)/minui/Android.mk
|
||||
|
|
Loading…
Reference in a new issue