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

Commit 5e769183 authored by Paul Duffin's avatar Paul Duffin Committed by android-build-merger
Browse files

Merge "Correct tags on StaticSharedLibraryProperties.Cflags" am: c6fa3eca am: 25edbe5d

am: 773c4098

Change-Id: I40aa63a394dda473d552f074f09733f154350fd8
parents feb25fad 773c4098
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"`