Kaynağa Gözat

'recovery/root/system/bin/hw/Android.bp' hinzufügen

Vinylsmith 7 ay önce
ebeveyn
işleme
fe96761c23
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. 6 0
      recovery/root/system/bin/hw/Android.bp

+ 6 - 0
recovery/root/system/bin/hw/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",
+    }