Revert^2 "nfc(api): Change min_sdk to V for framework-nfc"
b65f3c94b965cd10e351d990cc0f363021fd1390
Bug: 329995729
Change-Id: If274391ae7a8661f6fc59556714d89bb9f71a589
diff --git a/nfc/Android.bp b/nfc/Android.bp
index 7698e2b..ca10949 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,