소스 검색

'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",
+}