Merge "Merge sc-dev-plus-aosp-without-vendor@7634622" into stage-aosp-master
This commit is contained in:
@@ -289,6 +289,7 @@ func getFinalCodenamesMap(config Config) map[string]int {
|
||||
"P": 28,
|
||||
"Q": 29,
|
||||
"R": 30,
|
||||
"S": 31,
|
||||
}
|
||||
|
||||
// TODO: Differentiate "current" and "future".
|
||||
@@ -331,6 +332,7 @@ func getApiLevelsMap(config Config) map[string]int {
|
||||
"P": 28,
|
||||
"Q": 29,
|
||||
"R": 30,
|
||||
"S": 31,
|
||||
}
|
||||
for i, codename := range config.PlatformVersionActiveCodenames() {
|
||||
apiLevelsMap[codename] = previewAPILevelBase + i
|
||||
|
@@ -175,6 +175,7 @@ func createCcSdkVariantRules() []Rule {
|
||||
"tools/test/graphicsbenchmark/apps/sample_app",
|
||||
"tools/test/graphicsbenchmark/functional_tests/java",
|
||||
"vendor/xts/gts-tests/hostsidetests/gamedevicecert/apps/javatests",
|
||||
"external/libtextclassifier/native",
|
||||
}
|
||||
|
||||
platformVariantPropertiesAllowedList := []string{
|
||||
|
@@ -137,6 +137,7 @@ type variableProperties struct {
|
||||
Arc struct {
|
||||
Cflags []string `android:"arch_variant"`
|
||||
Exclude_srcs []string `android:"arch_variant"`
|
||||
Header_libs []string `android:"arch_variant"`
|
||||
Include_dirs []string `android:"arch_variant"`
|
||||
Shared_libs []string `android:"arch_variant"`
|
||||
Static_libs []string `android:"arch_variant"`
|
||||
|
Reference in New Issue
Block a user