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

Commit 49aa386a authored by Anton Hansson's avatar Anton Hansson Committed by android-build-merger
Browse files

Merge "Add an init service for setting sdk props"

am: 6a8eaf41

Change-Id: Icd111732d68c14a2ecf301d1b9d1ef308e10baac
parents 21699364 6a8eaf41
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