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

Commit 773c4098 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

Change-Id: Iefe3b2614b1d0dd83de7b4dba7b09c2c04b9ae17
parents 9561fd3f 25edbe5d
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"`