summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",