commit | ce9c32926b821e2496949463d38ff4eec1017279 | [log] [tgz] |
---|---|---|
author | Roshan Pius <rpius@google.com> | Sun Mar 17 22:20:34 2024 +0000 |
committer | Roshan <rpius@google.com> | Tue Jul 23 09:38:32 2024 -0700 |
tree | 6cac4f9bdadfc57e06d41b298c0cec1041a02712 | |
parent | f3214de2898ff7d846fdcaa908cb09d1f35b1737 [diff] [blame] |
nfc(api): Change min_sdk to V for framework-nfc Bug: 329995729 Merged-In: Idf73b6914908cfda6f145627a3a3d91d427f04b7 Change-Id: Idf73b6914908cfda6f145627a3a3d91d427f04b7 Test: Compile
diff --git a/nfc/Android.bp b/nfc/Android.bp index 5207873..bcd3b2a 100644 --- a/nfc/Android.bp +++ b/nfc/Android.bp
@@ -50,7 +50,7 @@ ], defaults: ["framework-module-defaults"], sdk_version: "module_current", - min_sdk_version: "34", // should be 35 (making it 34 for compiling for `-next`) + min_sdk_version: "VanillaIceCream", installable: true, optimize: { enabled: false,