Merge "activity_manager_procstate_aidl: Create library for filegroup."
This commit is contained in:
committed by
Android (Google) Code Review
commit
e68b776d95
@@ -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.
|
||||
aidl_interface {
|
||||
name: "android.os.permissions_aidl",
|
||||
|
||||
Reference in New Issue
Block a user