Set min_sdk_version for com.android.sdkext

com.android.sdkext embeds native code built against the NDK.  Set
min_sdk_version so that Soong knows to embed the NDK variant instead
of the platform variant once both exist.

Bug: 149591340
Test: m checkbuild
Change-Id: Id2f1f06981a1c303a657d35b6010e1e1d29e245f
This commit is contained in:
Colin Cross
2020-02-21 14:51:43 -08:00
parent bbe126cf5a
commit b317eace9a

View File

@@ -22,6 +22,7 @@ apex {
binaries: [ "derive_sdk" ], binaries: [ "derive_sdk" ],
prebuilts: [ "cur_sdkinfo" ], prebuilts: [ "cur_sdkinfo" ],
manifest: "manifest.json", manifest: "manifest.json",
min_sdk_version: "current",
} }
apex_defaults { apex_defaults {