summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-15 23:48:12 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-15 23:48:12 +0000
commit11053cdb45b891334a0c5c88a732680f13340e51 (patch)
tree973d53e8cf2c9718d9b112b7c7390932e69fc768
parent0d6a2adcc01db8f9ad769b86ea85ebf6f5c8167d (diff)
parentdfe7deb9d3cf9a4088726d60730a04107378a3ae (diff)
downloaddoc_generation-11053cdb45b891334a0c5c88a732680f13340e51.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to tools/doc_generation am: dfe7deb9d3
Original change: https://android-review.googlesource.com/c/platform/tools/doc_generation/+/1589088 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I8530cbb37558b8078535b5af39f71a9a490049db
-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",],