diff options
author | 2025-01-21 15:30:05 -0800 | |
---|---|---|
committer | 2025-02-19 15:54:08 -0800 | |
commit | c2002b977e832ee5ed3a9ee7d5ff6bf5d4d0b3ff (patch) | |
tree | 9a7e6b6495e85964ebef259230b41bb455c2708d | |
parent | f757160b429e6ee116d36ec9202f03497bbb6983 (diff) |
Set min_sdk_version of framework-connectivity-b to 36
VCN will be moved to Tethering module from Android B. Thus
setting the min_sdk_version to 36
Bug: 390096003
Test: atest FrameworkVcnTests && atest CtsVcnTestCases
Test: Enable VCN in mainline, sideload module and
run mts-user -m CtsStrictJavaPackagesTestCases on AP3A
Flag: EXEMPT; bug fix
Change-Id: I427b2e0231e2ccdc870500399be9387036b14edc
-rw-r--r-- | packages/Vcn/framework-b/Android.bp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/Vcn/framework-b/Android.bp b/packages/Vcn/framework-b/Android.bp index edb22c0e7aa0..c53123359872 100644 --- a/packages/Vcn/framework-b/Android.bp +++ b/packages/Vcn/framework-b/Android.bp @@ -77,8 +77,7 @@ framework_connectivity_b_defaults_soong_config { ], soong_config_variables: { is_vcn_in_mainline: { - //TODO: b/380155299 Make it Baklava when aidl tool can understand it - min_sdk_version: "current", + min_sdk_version: "36", static_libs: ["android.net.vcn.flags-aconfig-java"], apex_available: ["com.android.tethering"], |