Merge "Set min_sdk_version:34" into main

This commit is contained in:
Steven Moreland 2023-12-26 20:36:29 +00:00 committed by Android (Google) Code Review
commit 63922f9931
3 changed files with 7 additions and 0 deletions

View file

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

View file

@ -67,6 +67,7 @@ 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,5 +43,8 @@ aidl_interface {
cpp: {
enabled: false,
},
ndk: {
min_sdk_version: "34",
},
},
}