aboutsummaryrefslogtreecommitdiff
path: root/squashfs-tools/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'squashfs-tools/Android.bp')
-rw-r--r--squashfs-tools/Android.bp11
1 files changed, 11 insertions, 0 deletions
diff --git a/squashfs-tools/Android.bp b/squashfs-tools/Android.bp
index 96a94dc..7619367 100644
--- a/squashfs-tools/Android.bp
+++ b/squashfs-tools/Android.bp
@@ -12,6 +12,17 @@
// 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_squashfs-tools_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ // SPDX-license-identifier-GPL
+ // SPDX-license-identifier-GPL-2.0
+ default_applicable_licenses: ["external_squashfs-tools_license"],
+}
+
cc_defaults {
name: "squashfs-tools_defaults",