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

Commit 604bfe5e authored by Walter Jang's avatar Walter Jang Committed by Wenyi Wang
Browse files

Add LOCAL_MIN_SDK_VERSION to Contacts mk

Bug 28815576

Change-Id: I78d01decc27bd470098a25aef3c9fe3f242e7334
(cherry picked from commit fdd3e582)
parent d2ac7936
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -46,6 +46,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)