diff options
author | Jooyung Han <jooyung@google.com> | 2020-04-29 14:01:06 +0900 |
---|---|---|
committer | Jooyung Han <jooyung@google.com> | 2020-05-06 13:54:34 +0900 |
commit | 98c4750f39577abd42e70dfd777ea6f5e1af3111 (patch) | |
tree | e4af9515e51ae91eab5fa761bba533f02ef94eae /sdk/java_sdk_test.go | |
parent | a1ffd53fe4d4f0a97218ab975b62f5199de6b6ea (diff) |
enforce sdk_version for JNI libs for updatable APKs
JNI libs for "updatable" APKs or APKs in "updatable" APEXes should set
sdk_version which is equal to or less than APK's min_sdk_version.
In fact, we'd better check if min_sdk_version of JNI libs matches(or is
earlier than) min_sdk_version of the APK. But for now the build system
can't handle sdk_version/min_sdk_version correctly for JNI libs. That's
why sdk_version of JNI libs is enforced to match with min_sdk_version
of APK in this change.
Bug: 145796956
Test: m
Change-Id: Iee7e09dd25bd139d84d50f6a77836b4068c78ea9
Diffstat (limited to 'sdk/java_sdk_test.go')
0 files changed, 0 insertions, 0 deletions