Fix duplicate sentence in visibility documentation

am: f56f74be4a

Change-Id: I7a67434bfdd1b9f67869044ea96c49743ad3abd6
This commit is contained in:
Anton Hansson
2019-12-16 06:09:34 -08:00
committed by android-build-merger

View File

@@ -302,9 +302,6 @@ type commonProperties struct {
// If a module does not specify the `visibility` property then it uses the
// `default_visibility` property of the `package` module in the module's package.
//
// If a module does not specify the `visibility` property then it uses the
// `default_visibility` property of the `package` module in the module's package.
//
// If the `default_visibility` property is not set for the module's package then
// it will use the `default_visibility` of its closest ancestor package for which
// a `default_visibility` property is specified.