Daniel Norman | 938b862 | 2021-09-16 10:42:58 -0700 | [diff] [blame] | 1 | package { |
Aditya Choudhary | c5c6c62 | 2024-01-31 11:06:17 +0000 | [diff] [blame^] | 2 | default_team: "trendy_team_haptics_framework", |
Daniel Norman | 938b862 | 2021-09-16 10:42:58 -0700 | [diff] [blame] | 3 | default_applicable_licenses: ["hardware_interfaces_license"], |
| 4 | } |
| 5 | |
Daniel Norman | 938b862 | 2021-09-16 10:42:58 -0700 | [diff] [blame] | 6 | prebuilt_etc { |
| 7 | name: "com.android.hardware.vibrator.rc", |
| 8 | src: "com.android.hardware.vibrator.rc", |
| 9 | installable: false, |
| 10 | } |
| 11 | |
| 12 | apex { |
| 13 | name: "com.android.hardware.vibrator", |
| 14 | manifest: "apex_manifest.json", |
Jooyung Han | 83f5cfc | 2023-10-10 16:08:22 +0900 | [diff] [blame] | 15 | key: "com.android.hardware.key", |
| 16 | certificate: ":com.android.hardware.certificate", |
Daniel Norman | 938b862 | 2021-09-16 10:42:58 -0700 | [diff] [blame] | 17 | file_contexts: "file_contexts", |
Daniel Norman | 938b862 | 2021-09-16 10:42:58 -0700 | [diff] [blame] | 18 | updatable: false, |
Jooyung Han | 83f5cfc | 2023-10-10 16:08:22 +0900 | [diff] [blame] | 19 | vendor: true, |
| 20 | |
Daniel Norman | 938b862 | 2021-09-16 10:42:58 -0700 | [diff] [blame] | 21 | binaries: [ |
| 22 | "android.hardware.vibrator-service.example", |
| 23 | ], |
| 24 | prebuilts: [ |
| 25 | "com.android.hardware.vibrator.rc", |
Jooyung Han | 83f5cfc | 2023-10-10 16:08:22 +0900 | [diff] [blame] | 26 | "android.hardware.vibrator.xml", |
Daniel Norman | 938b862 | 2021-09-16 10:42:58 -0700 | [diff] [blame] | 27 | ], |
Daniel Norman | 938b862 | 2021-09-16 10:42:58 -0700 | [diff] [blame] | 28 | // vibrator.default.so is not needed by the AIDL service binary. |
| 29 | overrides: ["vibrator.default"], |
| 30 | } |