summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Desprez <jdesprez@google.com>2021-04-01 13:36:55 -0700
committerJulien Desprez <jdesprez@google.com>2021-04-01 13:36:55 -0700
commit59d3673c0b4d191b7b16e76e26b0f66f6dabf300 (patch)
tree69a6da5bd912273847cf304c050421734c1adfa2
parent07f65f0374c11a544db578543e7755ad09bda7d7 (diff)
downloadloganalysis-59d3673c0b4d191b7b16e76e26b0f66f6dabf300.tar.gz
Remove mkfile rule for loganalysis-tests
Not needed anymore Test: presubmit Bug: 183427313 Change-Id: I93cdad5cc259a1a2cf20f2bb88a0bf5f71968529
-rw-r--r--tests/Android.mk25
1 files changed, 0 insertions, 25 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
deleted file mode 100644
index e3958cd..0000000
--- a/tests/Android.mk
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright (C) 2013 The Android Open Source Project
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-LOCAL_PATH := $(call my-dir)
-
-# makefile rules to copy jars to HOST_OUT/tradefed
-# so tradefed.sh can automatically add to classpath
-
-DEST_JAR := $(HOST_OUT)/tradefed/loganalysis-tests.jar
-$(DEST_JAR): $(call intermediates-dir-for,JAVA_LIBRARIES,loganalysis-tests,HOST)/javalib.jar
- $(copy-file-to-new-target)
-
-# this dependency ensure the above rule will be executed if module is built
-$(HOST_OUT_JAVA_LIBRARIES)/loganalysis-tests.jar : $(DEST_JAR)