commit | d63eb289c4db5580eb685b892ff82fb6fa3e1464 | [log] [tgz] |
---|---|---|
author | Roshan Pius <rpius@google.com> | Thu Mar 21 05:44:29 2024 +0000 |
committer | Roshan <rpius@google.com> | Tue Jul 23 09:38:34 2024 -0700 |
tree | 08e22d8680b2aa30697eec52a8867e2f7cb18925 | |
parent | c0a346944453d3d004129989012cb52c62d50f16 [diff] [blame] |
nfc(api): Change min_sdk to current for framework-nfc Bug: 329995729 Test: Compiles Merged-In: I40e3401583d6f49cd07c0a8833fec71595b300fd Change-Id: I40e3401583d6f49cd07c0a8833fec71595b300fd
diff --git a/nfc/Android.bp b/nfc/Android.bp index 5207873..7f21c09 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: "current", installable: true, optimize: { enabled: false,