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

Commit b1453a95 authored by Yohann Roussel's avatar Yohann Roussel
Browse files

Fix LOCAL_SDK_VERSION of 3 multidex apks

Test: Install the apks on KitKat device
Change-Id: I2e7d7cd4406cdc59bc81cff280c96bb616af012c
parent 9156ccdb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ LOCAL_MODULE_TAGS := tests

LOCAL_SRC_FILES := $(call all-java-files-under, src)

LOCAL_SDK_VERSION := current
LOCAL_SDK_VERSION := 8

LOCAL_PACKAGE_NAME := MultiDexLegacyAndException

+2 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ LOCAL_MODULE_TAGS := tests

LOCAL_SRC_FILES := $(call all-java-files-under, src)

LOCAL_SDK_VERSION := current
LOCAL_SDK_VERSION := 8

LOCAL_PACKAGE_NAME := MultiDexLegacyTestApp

@@ -45,7 +45,7 @@ LOCAL_MODULE_TAGS := tests

LOCAL_SRC_FILES := $(call all-java-files-under, src)

LOCAL_SDK_VERSION := current
LOCAL_SDK_VERSION := 8

LOCAL_PACKAGE_NAME := MultiDexLegacyTestApp2