summaryrefslogtreecommitdiff
path: root/funcsigs
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 15:27:24 -0800
committerBob Badour <bbadour@google.com>2021-02-12 15:27:24 -0800
commitfe52275c5adb4b3d38e724fed0f204c0e705d1cf (patch)
treec0af63b824828d22b0fc978f526e31d2c8dc688b /funcsigs
parent48a7a41445c586486d4d31f3e87de4060168c1eb (diff)
downloadfuncsigs-fe52275c5adb4b3d38e724fed0f204c0e705d1cf.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/python/funcsigsandroid-s-preview-1
Added SPDX-license-identifier-Apache-2.0 to: funcsigs/Android.bp Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-PSF-2.0 to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ia8fb2c469a10bb7af601de26112c26e95de2678c
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,