diff options
author | 2024-11-26 00:01:23 +0000 | |
---|---|---|
committer | 2024-11-26 19:17:28 +0000 | |
commit | e31150040e1ea1a419b966ebfaf06654b65d0b04 (patch) | |
tree | a41c1c8357e6d59dfd740e2ceb06e4b683d09ee6 | |
parent | de6bd0574e1ce67f2893416fd4edfc1827b8414a (diff) |
omapi: Set min_sdk to 35
Bug: 355312096
Change-Id: I5738fbe631dfaa43194a35372947b3abc7149e31
Test: Compiles
-rw-r--r-- | omapi/aidl/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/omapi/aidl/Android.bp b/omapi/aidl/Android.bp index e71597a27a39..3916bf3df73d 100644 --- a/omapi/aidl/Android.bp +++ b/omapi/aidl/Android.bp @@ -24,6 +24,7 @@ aidl_interface { backend: { java: { sdk_version: "module_current", + min_sdk_version: "35", // Make it 36 once available. apex_available: [ "//apex_available:platform", "com.android.nfcservices", |