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

Commit e68b776d authored by Austin Borger's avatar Austin Borger Committed by Android (Google) Code Review
Browse files

Merge "activity_manager_procstate_aidl: Create library for filegroup."

parents 41652b2a c23a5068
Loading
Loading
Loading
Loading
+11 −0
Original line number Original line Diff line number Diff line
@@ -301,6 +301,17 @@ cc_library {
    ],
    ],
}
}


cc_library {
    name: "libactivity_manager_procstate_aidl-cpp",
    host_supported: true,
    srcs: [
        ":activity_manager_procstate_aidl",
    ],
    aidl: {
        export_aidl_headers: true,
    },
}

// Build Rust bindings for PermissionController. Needed by keystore2.
// Build Rust bindings for PermissionController. Needed by keystore2.
aidl_interface {
aidl_interface {
    name: "android.os.permissions_aidl",
    name: "android.os.permissions_aidl",