apex: Deprecate legacy_android10_support prop

min_sdk_version = 29 implies that the module should support Android10.

Bug: 150431944
Test: m
Change-Id: Iad90a239898f59456900ae7816b90379b1b43406
This commit is contained in:
Jooyung Han
2020-03-12 18:37:20 +09:00
parent da1aefe44e
commit 5417f775e5
4 changed files with 16 additions and 21 deletions

View File

@@ -3737,7 +3737,7 @@ func TestLegacyAndroid10Support(t *testing.T) {
name: "myapex",
key: "myapex.key",
native_shared_libs: ["mylib"],
legacy_android10_support: true,
min_sdk_version: "29",
}
apex_key {