Merge "Correct tags on StaticSharedLibraryProperties.Cflags" am: c6fa3eca11 am: 25edbe5de7 am: 773c4098b2

am: 5e76918329

Change-Id: I75f8847d5466b1e30089d908e309fb878d42641b
This commit is contained in:
Paul Duffin
2019-07-26 02:31:26 -07:00
committed by android-build-merger

View File

@@ -33,7 +33,7 @@ import (
type StaticSharedLibraryProperties struct { type StaticSharedLibraryProperties struct {
Srcs []string `android:"path,arch_variant"` Srcs []string `android:"path,arch_variant"`
Cflags []string `android:"path,arch_variant"` Cflags []string `android:"arch_variant"`
Enabled *bool `android:"arch_variant"` Enabled *bool `android:"arch_variant"`
Whole_static_libs []string `android:"arch_variant"` Whole_static_libs []string `android:"arch_variant"`