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

Commit ab9dfa43 authored by Jooyung Han's avatar Jooyung Han
Browse files

Add min_sdk_version:R to updatable apexes

APEXes introduced in R need to set min_sdk_version to ensure that they
are built against correct version(30 or R) of stubs (libc/liblog/...).

Bug: 152655956
Test: /vendor/google/build/build_mainline_modules.sh
Change-Id: Id3f94a2ac09bd7bf7f9a4a0c2f62b624f29509d0
parent bcb856fe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
apex_defaults {
    name: "com.android.adbd-defaults",
    updatable: true,
    min_sdk_version: "R",

    binaries: ["adbd"],
    compile_multilib: "both",