[go: nahoru, domu]

Snap for 8426163 from d1559e6e76923b691301e70386aeab8a209a0341 to mainline-tzdata2-release

Change-Id: I08c931a012c7f4f79c687a81c49f1c10911d6488
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",