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

Commit 350467da authored by Jooyung Han's avatar Jooyung Han
Browse files

Set min_sdk_version to be part of mainline modules

Modules contributing mainline modules (APK/APEX) should set
min_sdk_version as well as apex_available.

For now setting min_sdk_version doesn't change build outputs.
But build-time checks will be added soon.

Bug: 152655956
Test: m
Change-Id: Ie6912167932812afb6e5f1ef5325ce7997cd04ae
parent c669b6bd
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -17,6 +17,13 @@ aidl_interface {
        cpp: {
            enabled: false,
        },
        ndk: {
            apex_available: [
                "//apex_available:platform",
                "com.android.media.swcodec",
            ],
            min_sdk_version: "29",
        },
    },
    versions: ["1"],
}
+7 −0
Original line number Diff line number Diff line
@@ -20,6 +20,13 @@ aidl_interface {
        cpp: {
            enabled: false,
        },
        ndk: {
            apex_available: [
                "//apex_available:platform",
                "com.android.media.swcodec",
            ],
            min_sdk_version: "29",
        },
    },
    versions: ["1"],
}