Merge "Correct tags on StaticSharedLibraryProperties.Cflags"

This commit is contained in:
Paul Duffin
2019-07-26 08:46:13 +00:00
committed by Gerrit Code Review

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"`