aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-08 16:00:25 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-08 16:00:25 +0000
commit0640ba519b5fb43901f25efb46ce49f3e3927014 (patch)
treeeaa85754ed0c4846756a0b60203d1791b4f3efa0
parentdce5eba53e4063459a537dee2bd2a724cdffeb4e (diff)
parent9e115705753849a71d010af23f984a5aa560f0cb (diff)
downloaddexmaker-aml_tz2_305400100.tar.gz
Change-Id: Ie2a3ecc222a6f6bb113166ecf534153b340157a6
-rw-r--r--Android.bp44
-rw-r--r--METADATA3
-rw-r--r--OWNERS2
-rw-r--r--PREUPLOAD.cfg2
4 files changed, 4 insertions, 47 deletions
diff --git a/Android.bp b/Android.bp
index 6648cf6..2da8697 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,43 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-package {
- default_applicable_licenses: ["external_dexmaker_license"],
-}
-
-// Added automatically by a large-scale-change that took the approach of
-// 'apply every license found to every target'. While this makes sure we respect
-// every license restriction, it may not be entirely correct.
-//
-// e.g. GPL in an MIT project might only apply to the contrib/ directory.
-//
-// Please consider splitting the single license below into multiple licenses,
-// taking care not to lose any license_kind information, and overriding the
-// default license using the 'licenses: [...]' property on targets as needed.
-//
-// For unused files, consider creating a 'fileGroup' with "//visibility:private"
-// to attach the license to, and including a comment whether the files may be
-// used in the current project.
-//
-// large-scale-change included anything that looked like it might be a license
-// text as a license_text. e.g. LICENSE, NOTICE, COPYING etc.
-//
-// Please consider removing redundant or irrelevant files from 'license_text:'.
-// See: http://go/android-license-faq
-license {
- name: "external_dexmaker_license",
- visibility: [":__subpackages__"],
- license_kinds: [
- "SPDX-license-identifier-Apache-2.0",
- "SPDX-license-identifier-MIT",
- ],
- license_text: [
- "COPYING",
- "LICENSE",
- "NOTICE",
- ],
-}
-
java_library_static {
name: "dexmaker",
@@ -115,8 +78,7 @@ cc_defaults {
],
header_libs: [
- "jni_headers",
- "libopenjdkjvmti_headers",
+ "libopenjdkjvmti_headers",
],
}
@@ -127,7 +89,6 @@ cc_library_shared {
"dexmaker_agent_defaults",
],
srcs: ["dexmaker-mockito-inline/src/main/jni/**/*.cc"],
- min_sdk_version: "29",
}
// Build agent for Dexmaker's extended MockMaker
@@ -137,7 +98,6 @@ cc_library_shared {
"dexmaker_agent_defaults",
],
srcs: ["dexmaker-mockito-inline-extended/src/main/jni/**/*.cc"],
- min_sdk_version: "29",
}
// Build agent for Dexmaker's inline tests
@@ -177,7 +137,7 @@ java_library_static {
],
required: [
"libdexmakerjvmtiagent",
- "libstaticjvmtiagent",
+ "libstaticjvmtiagent"
],
}
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
-}
diff --git a/OWNERS b/OWNERS
index 5119321..97b24b6 100644
--- a/OWNERS
+++ b/OWNERS
@@ -1,2 +1,4 @@
+jmonk@google.com
paulduffin@google.com
+moltmann@google.com
xutan@google.com
diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg
deleted file mode 100644
index b558ce7..0000000
--- a/PREUPLOAD.cfg
+++ /dev/null
@@ -1,2 +0,0 @@
-[Builtin Hooks]
-bpfmt = true \ No newline at end of file