Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 132a431e authored by My Name's avatar My Name
Browse files

nfc(framework): Split non-updatable portion to a separate folder

This will be left behind in frameworks/base while the rest of the code
will move to packages/modules/Nfc

Bug: 367426693
Test: Compiles
Change-Id: I43ed0862182647ab556c29a238016ab669097752
parent 97fbad2d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -272,7 +272,7 @@ aconfig_declarations {
    name: "android.nfc.flags-aconfig",
    package: "android.nfc",
    container: "system",
    srcs: ["nfc/java/android/nfc/*.aconfig"],
    srcs: ["nfc-non-updatable/flags/*.aconfig"],
}

cc_aconfig_library {
+23 −0
Original line number Diff line number Diff line
package {
    default_team: "trendy_team_fwk_nfc",
    // See: http://go/android-license-faq
    // A large-scale-change added 'default_applicable_licenses' to import
    // all of the 'license_kinds' from "frameworks_base_license"
    // to get the below license kinds:
    //   SPDX-license-identifier-Apache-2.0
    default_applicable_licenses: ["frameworks_base_license"],
}

filegroup {
    name: "framework-nfc-non-updatable-sources",
    path: "java",
    srcs: [
        "java/android/nfc/NfcServiceManager.java",
        "java/android/nfc/cardemulation/ApduServiceInfo.aidl",
        "java/android/nfc/cardemulation/ApduServiceInfo.java",
        "java/android/nfc/cardemulation/NfcFServiceInfo.aidl",
        "java/android/nfc/cardemulation/NfcFServiceInfo.java",
        "java/android/nfc/cardemulation/AidGroup.aidl",
        "java/android/nfc/cardemulation/AidGroup.java",
    ],
}
+2 −0
Original line number Diff line number Diff line
# Bug component: 48448
include platform/packages/apps/Nfc:/OWNERS
 No newline at end of file
Loading