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

Commit abb69c6e authored by Herbert Xue's avatar Herbert Xue
Browse files

Convert nonempty to soong

Bug: 432031572
Test: lunch aosp_arm-trunk_staging-eng
Test: m nonempty_vendor_ramdisk
Change-Id: I6f61b522c83e2bd6f51af6b9c9db1d338fcca7b6
parent 2192a61c
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -34,3 +34,11 @@ genrule {
    out: ["envsetup.zip"],
    cmd: "$(location soong_zip) -o $(out) -D build/make",
}

prebuilt_root {
    name: "nonempty_vendor_ramdisk",
    src: "target/product/ramdisk_stub.mk",
    filename: "nonempty",
    vendor_ramdisk: true,
    install_in_root: true,
}
+1 −2
Original line number Diff line number Diff line
@@ -14,5 +14,4 @@
# limitations under the License.
#

PRODUCT_COPY_FILES += \
    build/make/target/product/ramdisk_stub.mk:$(TARGET_COPY_OUT_VENDOR_RAMDISK)/nonempty
PRODUCT_PACKAGES += nonempty_vendor_ramdisk