summaryrefslogtreecommitdiff
path: root/funcsigs
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-17 18:11:25 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-17 18:11:25 +0000
commit2a836b5feeaa05a8d72b4af748b4ca1fe8e2d28d (patch)
treec0af63b824828d22b0fc978f526e31d2c8dc688b /funcsigs
parentc6009489efbe3286cfc460cf6c32c30ae2db05c2 (diff)
parentb58ccaad87f273a509ee40b0053520344ddb3d94 (diff)
downloadfuncsigs-2a836b5feeaa05a8d72b4af748b4ca1fe8e2d28d.tar.gz
Original change: https://android-review.googlesource.com/c/platform/external/python/funcsigs/+/1588577 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I735562e9c1bca954a854b0b26d0b766ef39ae4db
Diffstat (limited to 'funcsigs')
-rw-r--r--funcsigs/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/funcsigs/Android.bp b/funcsigs/Android.bp
index acee033..dd3e9b6 100644
--- a/funcsigs/Android.bp
+++ b/funcsigs/Android.bp
@@ -12,6 +12,15 @@
// 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 "external_python_funcsigs_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["external_python_funcsigs_license"],
+}
+
python_library {
name: "py-funcsigs",
host_supported: true,