aboutsummaryrefslogtreecommitdiff
path: root/util/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'util/Android.bp')
-rw-r--r--util/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/util/Android.bp b/util/Android.bp
index 55f89eb9..69678158 100644
--- a/util/Android.bp
+++ b/util/Android.bp
@@ -12,6 +12,15 @@
// 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_smali_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-BSD
+ default_applicable_licenses: ["external_smali_license"],
+}
+
java_library_host {
name: "smali-util",
srcs: ["src/main/java/**/*.java"],