summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-08 16:02:18 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-08 16:02:18 +0000
commit365ee43d7bbda3ff8cf7b9518bdd60bc148258e9 (patch)
treec6bccff7fc075f3731ee37e2c604ad0bacd73343
parent87b55c1d2c5ace24d7a6565b0910f73f6854850b (diff)
parentd1559e6e76923b691301e70386aeab8a209a0341 (diff)
downloadchips-android12-mainline-tzdata2-release.tar.gz
Change-Id: I08c931a012c7f4f79c687a81c49f1c10911d6488
-rw-r--r--Android.bp4
-rw-r--r--sample/Android.bp4
-rw-r--r--tests/Android.bp4
3 files changed, 0 insertions, 12 deletions
diff --git a/Android.bp b/Android.bp
index e0a12cc..afa528c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,10 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-package {
- default_applicable_licenses: ["Android-Apache-2.0"],
-}
-
android_library {
name: "libchips",
static_libs: [
diff --git a/sample/Android.bp b/sample/Android.bp
index 8a4e723..72da660 100644
--- a/sample/Android.bp
+++ b/sample/Android.bp
@@ -15,10 +15,6 @@
//#################################################
// Build APK
-package {
- default_applicable_licenses: ["Android-Apache-2.0"],
-}
-
android_app {
name: "libChipsSample",
diff --git a/tests/Android.bp b/tests/Android.bp
index ef86046..cba57fa 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -12,10 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-package {
- default_applicable_licenses: ["Android-Apache-2.0"],
-}
-
android_test {
name: "libChipsTests",