summaryrefslogtreecommitdiff
path: root/funcsigs/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'funcsigs/Android.bp')
-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,