Merge "Correct tags on StaticSharedLibraryProperties.Cflags" am: c6fa3eca11

am: 25edbe5de7

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

View File

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