[Android.bp] Add cflags, include_dirs, shared_libs ans srcs to ARC++ Product
Test: Compile Bug: None Change-Id: I422f2194208ea14e976970de748d6d9238fe9f14
This commit is contained in:
parent
51207eb44d
commit
8991335666
1 changed files with 4 additions and 0 deletions
|
@ -103,8 +103,12 @@ type variableProperties struct {
|
|||
}
|
||||
|
||||
Arc struct {
|
||||
Cflags []string
|
||||
Exclude_srcs []string
|
||||
Include_dirs []string
|
||||
Shared_libs []string
|
||||
Static_libs []string
|
||||
Srcs []string
|
||||
}
|
||||
} `android:"arch_variant"`
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue