Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6a8eaf41 authored by Anton Hansson's avatar Anton Hansson Committed by Gerrit Code Review
Browse files

Merge "Add an init service for setting sdk props"

parents 2df0a109 ff172bbb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ apex {
    prebuilts: [
      "com.android.sdkext.ldconfig",
      "cur_sdkinfo",
      "derive_sdk.rc",
    ],
    key: "com.android.sdkext.key",
    certificate: ":com.android.sdkext.certificate",
+6 −0
Original line number Diff line number Diff line
@@ -29,3 +29,9 @@ cc_binary {
        "libprotobuf-cpp-lite-ndk",
    ],
}

prebuilt_etc {
    name: "derive_sdk.rc",
    src: "derive_sdk.rc",
    installable: false,
}
+3 −0
Original line number Diff line number Diff line
service derive_sdk /apex/com.android.sdkext/bin/derive_sdk
    oneshot
    disabled