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

Commit bf8a59aa authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 5017 into donut

* changes:
  Don't install afar and dexpreopt-wrapper on system while building tests.
parents 9d9f3678 80296538
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)