Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 80296538 authored by Sriram Raman's avatar Sriram Raman
Browse files

Don't install afar and dexpreopt-wrapper on system while building tests.

parent edb6829f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,6 +24,6 @@ LOCAL_C_INCLUDES := external/zlib
LOCAL_SHARED_LIBRARIES := libz

LOCAL_MODULE := afar
LOCAL_MODULE_TAGS := tests
LOCAL_MODULE_TAGS := optional

include $(BUILD_EXECUTABLE)
+1 −1
Original line number Diff line number Diff line
@@ -31,6 +31,6 @@ LOCAL_SHARED_LIBRARIES := \

LOCAL_MODULE := dexopt-wrapper

LOCAL_MODULE_TAGS := tests
LOCAL_MODULE_TAGS := optional

include $(BUILD_EXECUTABLE)