aboutsummaryrefslogtreecommitdiff
path: root/pyasn1_modules/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'pyasn1_modules/Android.bp')
-rw-r--r--pyasn1_modules/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/pyasn1_modules/Android.bp b/pyasn1_modules/Android.bp
index 500c140..24b2cdf 100644
--- a/pyasn1_modules/Android.bp
+++ b/pyasn1_modules/Android.bp
@@ -11,6 +11,15 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// 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_pyasn1-modules_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-BSD
+ default_applicable_licenses: ["external_python_pyasn1-modules_license"],
+}
+
python_library {
name: "py-pyasn1-modules",
host_supported: true,