diff options
author | 2023-03-23 16:33:36 +0000 | |
---|---|---|
committer | 2023-03-23 16:33:36 +0000 | |
commit | ddfab6001487ee655552555ccf8130a09510e7e9 (patch) | |
tree | 90eafb6d228082795aec7c51f4c1a3ce09640ea5 /java/hiddenapi_modular.go | |
parent | 401a1cf0c3d774df75ed7c23b6eccec9e32c5185 (diff) | |
parent | 8c9ae7ed6770b45f1337722a2e61cb22317659aa (diff) |
Merge "Update min_sdk_version from SdkSpec to ApiLevel"
Diffstat (limited to 'java/hiddenapi_modular.go')
-rw-r--r-- | java/hiddenapi_modular.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/hiddenapi_modular.go b/java/hiddenapi_modular.go index e2db0cd6b..c6176e67c 100644 --- a/java/hiddenapi_modular.go +++ b/java/hiddenapi_modular.go @@ -1278,7 +1278,7 @@ type bootDexInfo struct { uncompressDex bool // The minimum sdk version that the dex jar will be used on. - minSdkVersion android.SdkSpec + minSdkVersion android.ApiLevel } // bootDexInfoByModule is a map from module name (as returned by module.Name()) to the boot dex |