summaryrefslogtreecommitdiff
path: root/ply/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'ply/Android.bp')
-rw-r--r--ply/Android.bp11
1 files changed, 10 insertions, 1 deletions
diff --git a/ply/Android.bp b/ply/Android.bp
index b9ef876..aabd500 100644
--- a/ply/Android.bp
+++ b/ply/Android.bp
@@ -12,6 +12,16 @@
// 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_ply_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-BSD
+ // legacy_unencumbered
+ default_applicable_licenses: ["external_ply_license"],
+}
+
python_library {
name: "py-ply",
host_supported: true,
@@ -27,4 +37,3 @@ python_library {
},
},
}
-