Correct tags on StaticSharedLibraryProperties.Cflags

Remove path as cflags are not paths.

Test: m nothing
Change-Id: Ia3f3064cb6642a67e8320ab3c472af2ad5863b52
This commit is contained in:
Paul Duffin
2019-07-25 12:22:47 +01:00
parent 8f7a3fc633
commit 5213e2b431

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