Files
build_soong/java
Spandan Das 50885c0524 Update usages of min_sdk_version that relies on (kind+level)
The type of min_sdk_version is being migrated from
android.SdkSpec(kind+level) to android.ApiLevel(level). This affects the
{min|target}-sdk-version aapt2 flag for vendor modules. For these
modules, if min_sdk_version is not set in Android.bp files,
MinSdkVersion would default to SdkVersion, and therefore would get
access to the sdkKind it was compiling against.

To accomodate the upcoming change of min_sdk_version to ApiLevel,
explicitly use SdkVersion to determine the `min-sdk-version` flags for
modules targeting `current`.

Bug: 208456999
Test: no change in ninja files (this should be a noop)
Change-Id: Ie2924698687597cdd572d4bb4c687d0b1569c4b8
2023-02-25 00:24:02 +00:00
..
2022-12-12 17:33:05 +00:00
2022-12-13 15:57:01 -08:00
2022-08-17 10:43:13 -07:00
2023-01-20 17:05:14 -05:00
2022-09-30 17:04:15 +00:00
2022-05-13 19:47:48 -04:00
2023-02-14 20:26:31 +00:00