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

Commit c7b53f75 authored by Jiyong Park's avatar Jiyong Park Committed by android-build-merger
Browse files

Merge "Use framework_native_aidl for AIDL files in frameworks/native/aidl" am:...

Merge "Use framework_native_aidl for AIDL files in frameworks/native/aidl" am: 46993bb4 am: f4b1cdfe am: 02ce7858
am: cb6b9f12

Change-Id: Id28af2dbaefa61919c7c6b03f4207e237c66f8e7
parents bae1f61c cb6b9f12
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -185,6 +185,7 @@ framework_srcs = [

    // AIDL sources from external directories
    ":dumpstate_aidl",
    ":framework_native_aidl",
    ":gatekeeper_aidl",
    ":gsiservice_aidl",
    ":incidentcompanion_aidl",
@@ -238,12 +239,6 @@ java_defaults {
    srcs: framework_srcs,

    aidl: {
        // TODO(b/70046217) remove this by moving the AIDL files into frameworks/base
        // so that they are referenced via framework-core-sources
        include_dirs: [
            "frameworks/native/aidl/binder",
            "frameworks/native/aidl/gui",
        ],
        generate_get_transaction_name: true,
    },