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

Commit 24165609 authored by Arthur Eubanks's avatar Arthur Eubanks
Browse files

Add LOCAL_MIN_SDK_VERSION to run on older builds

Test: make and run ActivityManagerPerfTests and
ActivityManagerPerfTestsTestApp

Change-Id: I38fff6b976b6b450df16238a9fa3f103edcd0c19
parent de9d31b4
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -23,6 +23,8 @@ LOCAL_SRC_FILES := \
LOCAL_STATIC_JAVA_LIBRARIES := \
LOCAL_STATIC_JAVA_LIBRARIES := \
    ActivityManagerPerfTestsUtils
    ActivityManagerPerfTestsUtils


LOCAL_MIN_SDK_VERSION := 25

LOCAL_PACKAGE_NAME := ActivityManagerPerfTestsTestApp
LOCAL_PACKAGE_NAME := ActivityManagerPerfTestsTestApp


include $(BUILD_PACKAGE)
include $(BUILD_PACKAGE)
+2 −0
Original line number Original line Diff line number Diff line
@@ -27,6 +27,8 @@ LOCAL_STATIC_JAVA_LIBRARIES := \


LOCAL_PACKAGE_NAME := ActivityManagerPerfTests
LOCAL_PACKAGE_NAME := ActivityManagerPerfTests


LOCAL_MIN_SDK_VERSION := 25

# For android.permission.FORCE_STOP_PACKAGES permission
# For android.permission.FORCE_STOP_PACKAGES permission
LOCAL_CERTIFICATE := platform
LOCAL_CERTIFICATE := platform