summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorRoshan Pius <rpius@google.com>2023-12-07 10:54:05 -0800
committerRoshan Pius <rpius@google.com>2024-01-12 10:28:02 -0800
commit96dac95fc12332513bacf2047758df53ff1acbf2 (patch)
tree3c1887a0f8c5406c19dd984e25be9f22e8d9755e /Android.bp
parentf766981533742c4b46b7d3a491ecc9baeac01f6b (diff)
downloadbase-96dac95fc12332513bacf2047758df53ff1acbf2.tar.gz
framework-nfc: Switch to "framework-module-defaults"
Now that all the @hide usage of NFC API's from rest of platform is cleaned out, we can now switch to the module defaults and continue the separation of NFC API classes. Bug: 303286040 Test: Compiles Merged-In: I8bd5e38b1482600594c41660d14537cf15b48318 Change-Id: I8bd5e38b1482600594c41660d14537cf15b48318
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 5f02a15ad185..3b8ae1e28605 100644
--- a/Android.bp
+++ b/Android.bp
@@ -428,7 +428,6 @@ java_library {
name: "framework-non-updatable-unbundled-impl-libs",
static_libs: [
"framework-location.impl",
- "framework-nfc.impl",
],
sdk_version: "core_platform",
installable: false,