summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp18
-rw-r--r--METADATA3
2 files changed, 0 insertions, 21 deletions
diff --git a/Android.bp b/Android.bp
index 0d71a1a..3d2a908 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,23 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-package {
- default_applicable_licenses: ["external_apache-http_license"],
-}
-
-// Added automatically by a large-scale-change
-// See: http://go/android-license-faq
-license {
- name: "external_apache-http_license",
- visibility: [":__subpackages__"],
- license_kinds: [
- "SPDX-license-identifier-Apache-2.0",
- ],
- license_text: [
- "NOTICE",
- ],
-}
-
filegroup {
name: "org.apache.http.legacy.sources",
srcs: ["src/**/*.java"],
@@ -105,7 +88,6 @@ java_sdk_library {
// See http://b/119021844 for more details.
"--subtract-api $(location :frameworks-base-api-current.txt)",
],
- dist_group: "android",
}
// Make the current.txt available for use by the cts/tests/signature tests.
diff --git a/METADATA b/METADATA
deleted file mode 100644
index d97975c..0000000
--- a/METADATA
+++ /dev/null
@@ -1,3 +0,0 @@
-third_party {
- license_type: NOTICE
-}