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

Commit fdd3e582 authored by Walter Jang's avatar Walter Jang
Browse files

Add LOCAL_MIN_SDK_VERSION to mk

For additional details see:

https://groups.google.com/a/google.com/d/msg/android-eng/PinDAM6WiHA/SAnSts84BAAJ

Change-Id: I78d01decc27bd470098a25aef3c9fe3f242e7334
parent c7fc53d2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@ LOCAL_PRIVILEGED_MODULE := true
LOCAL_PROGUARD_FLAG_FILES := proguard.flags

LOCAL_SDK_VERSION := current
LOCAL_MIN_SDK_VERSION := 21

include $(BUILD_PACKAGE)

+1 −0
Original line number Diff line number Diff line
@@ -18,5 +18,6 @@ LOCAL_PACKAGE_NAME := ContactsTests
LOCAL_INSTRUMENTATION_FOR := Contacts

LOCAL_SDK_VERSION := current
LOCAL_MIN_SDK_VERSION := 21

include $(BUILD_PACKAGE)