forked from openkylin/platform_build
Set platform min sdk for Jack to o-b1
Test: m core-all (cherry picked from commit 94acfe908b3e70cdd11920c92715ef06de7ed212) Change-Id: I26a558677f2fa8ede09ad1ae7f31b786c4ba0a43
This commit is contained in:
parent
ec0d7cbc49
commit
5360e0160b
|
@ -64,7 +64,7 @@ ifeq "" "$(PLATFORM_JACK_MIN_SDK_VERSION)"
|
|||
# PLATFORM_SDK_VERSION. During development, this number may be incremented
|
||||
# before PLATFORM_SDK_VERSION if the plateform starts to add new java
|
||||
# language supports.
|
||||
PLATFORM_JACK_MIN_SDK_VERSION := 24
|
||||
PLATFORM_JACK_MIN_SDK_VERSION := o-b1
|
||||
endif
|
||||
|
||||
ifeq "" "$(PLATFORM_VERSION_CODENAME)"
|
||||
|
|
Loading…
Reference in New Issue