Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5213e2b4 authored by Paul Duffin's avatar Paul Duffin
Browse files

Correct tags on StaticSharedLibraryProperties.Cflags

Remove path as cflags are not paths.

Test: m nothing
Change-Id: Ia3f3064cb6642a67e8320ab3c472af2ad5863b52
parent 8f7a3fc6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"`