summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 17:48:20 -0800
committerBob Badour <bbadour@google.com>2021-02-12 17:48:20 -0800
commitdfe7deb9d3cf9a4088726d60730a04107378a3ae (patch)
tree973d53e8cf2c9718d9b112b7c7390932e69fc768
parent0d6a2adcc01db8f9ad769b86ea85ebf6f5c8167d (diff)
downloaddoc_generation-dfe7deb9d3cf9a4088726d60730a04107378a3ae.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to tools/doc_generationandroid-s-preview-1
Added SPDX-license-identifier-Apache-2.0 to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ib73bc239927b7c853b60a8c3db780dbe88afcafb
-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",],