summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp4
-rw-r--r--tests/Android.bp4
2 files changed, 0 insertions, 8 deletions
diff --git a/Android.bp b/Android.bp
index 25fc4e3..c7e9bfa 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"],
-}
-
java_library {
name: "com.android.vcard",
diff --git a/tests/Android.bp b/tests/Android.bp
index 5c49410..5c286aa 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: "AndroidVCardTests",