Merge "Fix LOCAL_SDK_VERSION of 3 multidex apks" am: 43c98c74fe
am: ef5d1cb3b4
am: 1c0070aa5d
Change-Id: I94912d6e633d7869f31a0f6323d4bc7d8e901db8
This commit is contained in:
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user