From 5d19560e5ee61d13a407494d72435473cea33ab4 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Tue, 17 Oct 2017 16:15:50 -0700 Subject: [PATCH] Explicitly document that export_include_dirs implies local_include_dirs Test: none Change-Id: I601919447a5539c49350378d7422083f5a076bf7 --- cc/library.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cc/library.go b/cc/library.go index f1681db2a..151b63d2a 100644 --- a/cc/library.go +++ b/cc/library.go @@ -82,7 +82,8 @@ type LibraryMutatedProperties struct { type FlagExporterProperties struct { // 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 - // 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"` Target struct {