Make variant headers as arch variant

Make cc_api_variant's header property as arch variant, so headers can be
differed by arch variant

Bug: 244244438
Test: Panther vendorimage build succeeded
Change-Id: I400301793209c9e0214fc118cd4981194d507fbd
This commit is contained in:
Kiyoung Kim
2022-11-11 12:35:01 +09:00
parent 877336cc3a
commit 3d776f4e66

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