mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-04 21:16:43 +00:00
This CL is created as a best effort to migrate test targets to the new android ownership model. If you find incorrect or unnecessary attribution in this CL, please create a separate CL to fix that. For more details please refer to the link below, <add g3 doc link> Bug: 304529413 Test: N/A Change-Id: I3322344f595f974f730dc824af0110388076d838
31 lines
810 B
Plaintext
31 lines
810 B
Plaintext
package {
|
|
default_team: "trendy_team_haptics_framework",
|
|
default_applicable_licenses: ["hardware_interfaces_license"],
|
|
}
|
|
|
|
prebuilt_etc {
|
|
name: "com.android.hardware.vibrator.rc",
|
|
src: "com.android.hardware.vibrator.rc",
|
|
installable: false,
|
|
}
|
|
|
|
apex {
|
|
name: "com.android.hardware.vibrator",
|
|
manifest: "apex_manifest.json",
|
|
key: "com.android.hardware.key",
|
|
certificate: ":com.android.hardware.certificate",
|
|
file_contexts: "file_contexts",
|
|
updatable: false,
|
|
vendor: true,
|
|
|
|
binaries: [
|
|
"android.hardware.vibrator-service.example",
|
|
],
|
|
prebuilts: [
|
|
"com.android.hardware.vibrator.rc",
|
|
"android.hardware.vibrator.xml",
|
|
],
|
|
// vibrator.default.so is not needed by the AIDL service binary.
|
|
overrides: ["vibrator.default"],
|
|
}
|