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

Commit 7cc632d3 authored by Kiyoung Kim's avatar Kiyoung Kim Committed by Gerrit Code Review
Browse files

Merge "Make variant headers as arch variant"

parents 92f33d91 3d776f4e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -288,8 +288,8 @@ type ccApiexportProperties struct {
}

type variantExporterProperties struct {
	// Header directory or library to export
	Export_headers []string
	// Header directory to export
	Export_headers []string `android:"arch_variant"`

	// Export all headers as system include
	Export_headers_as_system *bool