Merge "Revert "Set min_sdk_version:34"" into main

This commit is contained in:
Hung-ying Tyan 2023-12-28 10:16:17 +00:00 committed by Android (Google) Code Review
commit 8608726f1e
3 changed files with 0 additions and 7 deletions

View file

@ -48,9 +48,6 @@ aidl_interface {
cpp: {
enabled: false,
},
ndk: {
min_sdk_version: "34",
},
},
versions_with_info: [
{

View file

@ -67,7 +67,6 @@ cc_library_static {
name: "android.hardware.wifi-service-lib",
defaults: ["android.hardware.wifi-service-cppflags-defaults"],
proprietary: true,
min_sdk_version: "34",
compile_multilib: "first",
cppflags: [
"-Wall",

View file

@ -43,8 +43,5 @@ aidl_interface {
cpp: {
enabled: false,
},
ndk: {
min_sdk_version: "34",
},
},
}