aboutsummaryrefslogtreecommitdiff
path: root/tools/droiddoc/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/droiddoc/Android.bp')
-rw-r--r--tools/droiddoc/Android.bp13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/droiddoc/Android.bp b/tools/droiddoc/Android.bp
index 042806850a..efd30c1849 100644
--- a/tools/droiddoc/Android.bp
+++ b/tools/droiddoc/Android.bp
@@ -12,6 +12,19 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "build_make_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ // SPDX-license-identifier-BSD
+ // SPDX-license-identifier-CC-BY
+ // SPDX-license-identifier-GPL
+ // SPDX-license-identifier-MIT
+ default_applicable_licenses: ["build_make_license"],
+}
+
droiddoc_exported_dir {
name: "droiddoc-templates-pdk",
path: "templates-pdk",