aboutsummaryrefslogtreecommitdiff
path: root/java/java.go
diff options
context:
space:
mode:
authorJooyung Han <jooyung@google.com>2020-04-21 15:24:00 +0900
committerJooyung Han <jooyung@google.com>2020-04-25 02:28:48 +0900
commitba11812b1d466f39ddb62a02e615c3b151a98182 (patch)
treebc02e0175cd1fcb7d178e20be1e06ad91aa7e0b6 /java/java.go
parent65cd0f0caafb2ff9f558c46b7a7502322b9c57a8 (diff)
cc: add min_sdk_version prop
min_sdk_version is the minimum version of the sdk that the compiled artifacts will run against. For example, when a module is used by two APEXes and their min_sdk_versions are set to 29 and 30, then the module should support both versions even if it is compiled against 30. Therefore, min_sdk_version of the module needs to be set 29 in that case. In general, this is set as the minimum value of min_sdk_vesions of APEXes. For now, there's no build-time checks about this prop even if the prop is set. Bug: 145796956 Bug: 152655956 Bug: 153333044 Test: m nothing Merged-In: I072ad8c317d2615e8b08e4e7ea2db8e7955b4b12 Change-Id: I072ad8c317d2615e8b08e4e7ea2db8e7955b4b12 (cherry picked from commit 379660c9c2d7310a5c6f69a4a63e7ab82aa4fc2d)
Diffstat (limited to 'java/java.go')
0 files changed, 0 insertions, 0 deletions