Add the metalava_enabled property

The new property is added for supporting metalava. But some sdk library
cannot use metalava. So "metalava_enabled: false" is added to these
modules.

Test: make -j
Test: checkapi
Bug: 117127012
Merged-In: Ib65f3cd73dac0ac6ed64afeca6546d99739e4424
Change-Id: Ib65f3cd73dac0ac6ed64afeca6546d99739e4424
(cherry picked from commit 558e702be0)
This commit is contained in:
Sundong Ahn
2018-09-17 15:23:14 +09:00
parent 7b532b7370
commit ccf9672f64
5 changed files with 7 additions and 2 deletions

View File

@@ -37,7 +37,8 @@ java_sdk_library {
"junit.framework",
],
droiddoc_options: ["stubsourceonly"],
droiddoc_options: ["-stubsourceonly"],
metalava_enabled: false,
compile_dex: true,
}