Merge "Make variant headers as arch variant" am: 7cc632d3d6
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2299698 Change-Id: I4537de546d1406a8374c07c4e6327634faf36b7b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
c9a7575788
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue