summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-16 01:35:57 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-16 01:35:57 +0000
commit73dfc3c9cdaac1e60ad4f3483fa33b253e088440 (patch)
tree973d53e8cf2c9718d9b112b7c7390932e69fc768
parentd47056416558d6bef2c46faa0a1e8070ca8d24e6 (diff)
parent31a58f9adbbeb8a7b96027edaffb7d0ac9e0c8f7 (diff)
downloaddoc_generation-73dfc3c9cdaac1e60ad4f3483fa33b253e088440.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to tools/doc_generation am: dfe7deb9d3 am: 11053cdb45 am: 6d65a9c3ac am: 31a58f9adb
Original change: https://android-review.googlesource.com/c/platform/tools/doc_generation/+/1589088 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I7fbb00058c8772f6eb8f135f7e8bc6f5dff9da3c
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 6e38175..4f473a0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
python_binary_host {
name: "switcher4",
srcs: ["switcher4.py",],