Ver código fonte

'prebuilt/Android.bp' hinzufügen

Vinylsmith 7 meses atrás
pai
commit
4ecb15aac3
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6 0
      prebuilt/Android.bp

+ 6 - 0
prebuilt/Android.bp

@@ -0,0 +1,6 @@
+cc_prebuilt_binary {
+    name: "android.hardware.gatekeeper@1.0-service",
+    srcs: ["android.hardware.gatekeeper@1.0-service"], // path to binary
+    vendor: true, // or system_ext, etc.
+    relative_install_path: "hw",
+}