Merge "Make variant headers as arch variant"

This commit is contained in:
Kiyoung Kim
2022-11-14 01:01:59 +00:00
committed by Gerrit Code Review

View File

@@ -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