• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package {
2    default_team: "trendy_team_haptics_framework",
3    default_applicable_licenses: ["hardware_interfaces_license"],
4}
5
6prebuilt_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",
15    key: "com.android.hardware.key",
16    certificate: ":com.android.hardware.certificate",
17    file_contexts: "file_contexts",
18    updatable: false,
19    vendor: true,
20
21    binaries: [
22        "android.hardware.vibrator-service.example",
23    ],
24    prebuilts: [
25        "com.android.hardware.vibrator.rc",
26        "android.hardware.vibrator.xml",
27    ],
28    // vibrator.default.so is not needed by the AIDL service binary.
29    overrides: ["vibrator.default"],
30}
31