aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2022-08-11 18:54:55 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-08-11 18:54:55 +0000
commit7b21f710ea2437c6e0ce28410df02951826e2b18 (patch)
tree66c7061134189425c2263741a4483e9837f0506e
parentc8bf213799d68a8e22d7d1d3079dc9ee006862a9 (diff)
parented907dfb5a0fcf56d71808f1eee78275223c2e09 (diff)
downloadlibusb-7b21f710ea2437c6e0ce28410df02951826e2b18.tar.gz
Merge "[LSC] Add LOCAL_LICENSE_KINDS to external/libusb"
-rw-r--r--android/jni/examples.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/jni/examples.mk b/android/jni/examples.mk
index 4a4c068..237141a 100644
--- a/android/jni/examples.mk
+++ b/android/jni/examples.mk
@@ -186,4 +186,7 @@ LOCAL_LDLIBS += -llog
LOCAL_MODULE := unrooted_android
+LOCAL_LICENSE_KINDS := SPDX-license-identifier-LGPL SPDX-license-identifier-LGPL-2.1 SPDX-license-identifier-LGPL-3.0
+LOCAL_LICENSE_CONDITIONS := restricted
+LOCAL_NOTICE_FILE := $(LOCAL_PATH)/../../COPYING $(LOCAL_PATH)/../../NOTICE
include $(BUILD_SHARED_LIBRARY)