summaryrefslogtreecommitdiff
path: root/sysdeps/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/Android.bp')
-rw-r--r--sysdeps/Android.bp10
1 files changed, 10 insertions, 0 deletions
diff --git a/sysdeps/Android.bp b/sysdeps/Android.bp
index 772e01a..7babbda 100644
--- a/sysdeps/Android.bp
+++ b/sysdeps/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 "system_libufdt_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ // SPDX-license-identifier-BSD
+ default_applicable_licenses: ["system_libufdt_license"],
+}
+
cc_library_static {
name: "libufdt_sysdeps",
host_supported: true,