summaryrefslogtreecommitdiff
path: root/libartservice/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'libartservice/Android.bp')
-rw-r--r--libartservice/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/libartservice/Android.bp b/libartservice/Android.bp
index 297a1f2b7a..8de39f2297 100644
--- a/libartservice/Android.bp
+++ b/libartservice/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 "art_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["art_license"],
+}
+
cc_library {
// This native library contains JNI support code for the ART Service Java
// Language library.