blob: b694e1f1a6545fde07e855fba9009c3a5ff3e4bd [file] [log] [blame]
Daniel Norman938b8622021-09-16 10:42:58 -07001package {
Aditya Choudharyc5c6c622024-01-31 11:06:17 +00002 default_team: "trendy_team_haptics_framework",
Daniel Norman938b8622021-09-16 10:42:58 -07003 default_applicable_licenses: ["hardware_interfaces_license"],
4}
5
Daniel Norman938b8622021-09-16 10:42:58 -07006prebuilt_etc {
7 name: "com.android.hardware.vibrator.rc",
8 src: "com.android.hardware.vibrator.rc",
9 installable: false,
10}
11
12apex {
13 name: "com.android.hardware.vibrator",
14 manifest: "apex_manifest.json",
Jooyung Han83f5cfc2023-10-10 16:08:22 +090015 key: "com.android.hardware.key",
16 certificate: ":com.android.hardware.certificate",
Daniel Norman938b8622021-09-16 10:42:58 -070017 file_contexts: "file_contexts",
Daniel Norman938b8622021-09-16 10:42:58 -070018 updatable: false,
Jooyung Han83f5cfc2023-10-10 16:08:22 +090019 vendor: true,
20
Daniel Norman938b8622021-09-16 10:42:58 -070021 binaries: [
22 "android.hardware.vibrator-service.example",
23 ],
24 prebuilts: [
25 "com.android.hardware.vibrator.rc",
Jooyung Han83f5cfc2023-10-10 16:08:22 +090026 "android.hardware.vibrator.xml",
Daniel Norman938b8622021-09-16 10:42:58 -070027 ],
Daniel Norman938b8622021-09-16 10:42:58 -070028 // vibrator.default.so is not needed by the AIDL service binary.
29 overrides: ["vibrator.default"],
30}