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

Commit dd6f64e3 authored by Yohann Roussel's avatar Yohann Roussel Committed by android-build-merger
Browse files

Merge "Fix LOCAL_SDK_VERSION of 3 multidex apks" am: 43c98c74 am: ef5d1cb3 am: 1c0070aa

am: 46848cad

Change-Id: I8703a23d833bd54cff281e4ba29b236dc9d76125
parents 3aea7330 46848cad
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