Merge "Explicitly document that export_include_dirs implies local_include_dirs" am: 63160240d8
am: 546a5af5a5
Change-Id: I4366fe1a0f13892b819b755dd9e8b22d0fe2fb63
This commit is contained in:
@@ -82,7 +82,8 @@ type LibraryMutatedProperties struct {
|
|||||||
type FlagExporterProperties struct {
|
type FlagExporterProperties struct {
|
||||||
// list of directories relative to the Blueprints file that will
|
// list of directories relative to the Blueprints file that will
|
||||||
// be added to the include path (using -I) for this module and any module that links
|
// be added to the include path (using -I) for this module and any module that links
|
||||||
// against this module
|
// against this module. Directories listed in export_include_dirs do not need to be
|
||||||
|
// listed in local_include_dirs.
|
||||||
Export_include_dirs []string `android:"arch_variant"`
|
Export_include_dirs []string `android:"arch_variant"`
|
||||||
|
|
||||||
Target struct {
|
Target struct {
|
||||||
|
Reference in New Issue
Block a user