aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp1
-rw-r--r--build/Android.bp4
-rw-r--r--os/Android.bp4
-rw-r--r--os/tests/Android.bp4
4 files changed, 13 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 97f99c0..0b77845 100644
--- a/Android.bp
+++ b/Android.bp
@@ -15,4 +15,5 @@
// Limit visibility of all modules in this repo by default.
package {
default_visibility: [":__subpackages__"],
+ default_applicable_licenses: ["Android-Apache-2.0"],
}
diff --git a/build/Android.bp b/build/Android.bp
index 61184ea..941e1dc 100644
--- a/build/Android.bp
+++ b/build/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
java_library {
name: "modules-utils-build",
srcs: ["src/**/*.java"],
diff --git a/os/Android.bp b/os/Android.bp
index 802ae89..88486e3 100644
--- a/os/Android.bp
+++ b/os/Android.bp
@@ -13,6 +13,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
java_library {
name: "modules-utils-os",
srcs: [
diff --git a/os/tests/Android.bp b/os/tests/Android.bp
index 5434d0d..8df4add 100644
--- a/os/tests/Android.bp
+++ b/os/tests/Android.bp
@@ -1,3 +1,7 @@
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
android_test {
name: "modules-utils-os-tests",