blob: 39626bfc71578aa08f3ed4195c264a188bf416ad [file] [log] [blame]
Daniel Norman938b8622021-09-16 10:42:58 -07001package {
2 default_applicable_licenses: ["hardware_interfaces_license"],
3}
4
Daniel Norman938b8622021-09-16 10:42:58 -07005prebuilt_etc {
6 name: "com.android.hardware.vibrator.rc",
7 src: "com.android.hardware.vibrator.rc",
8 installable: false,
9}
10
11apex {
12 name: "com.android.hardware.vibrator",
13 manifest: "apex_manifest.json",
Jooyung Han83f5cfc2023-10-10 16:08:22 +090014 key: "com.android.hardware.key",
15 certificate: ":com.android.hardware.certificate",
Daniel Norman938b8622021-09-16 10:42:58 -070016 file_contexts: "file_contexts",
Daniel Norman938b8622021-09-16 10:42:58 -070017 updatable: false,
Jooyung Han83f5cfc2023-10-10 16:08:22 +090018 vendor: true,
19
Daniel Norman938b8622021-09-16 10:42:58 -070020 binaries: [
21 "android.hardware.vibrator-service.example",
22 ],
23 prebuilts: [
24 "com.android.hardware.vibrator.rc",
Jooyung Han83f5cfc2023-10-10 16:08:22 +090025 "android.hardware.vibrator.xml",
Daniel Norman938b8622021-09-16 10:42:58 -070026 ],
Daniel Norman938b8622021-09-16 10:42:58 -070027 // vibrator.default.so is not needed by the AIDL service binary.
28 overrides: ["vibrator.default"],
29}