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

Commit 6606c539 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

am: 49aa386a

Change-Id: I2bfac06d596a0dc57975033a0bf1a4d61965153c
parents cb530762 49aa386a
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