瀏覽代碼

'prebuilt/Android.bp' hinzufügen

Vinylsmith 7 月之前
父節點
當前提交
4ecb15aac3
共有 1 個文件被更改,包括 6 次插入0 次删除
  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",
+}