summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRam Parameswaran <rampara@google.com>2021-06-03 18:14:51 +0000
committerRam Parameswaran <rampara@google.com>2021-06-03 18:34:43 +0000
commitf06dfa4c7adcd87b2df6cbc8de952aacb2a719d1 (patch)
treed022b3aec32717b5d18d23329f9b733f34e1ccef
parentcc5dc1e344297f34c7b6532f118fb2fe0e9e951c (diff)
downloadmisc-f06dfa4c7adcd87b2df6cbc8de952aacb2a719d1.tar.gz
Revert "Revert "[DO NOT MERGE] Support non-host targets for ATF""
This reverts commit cc5dc1e344297f34c7b6532f118fb2fe0e9e951c. Reason for revert: CL not responsible for breakage. Was reverted due to inclusion in topic. Bug: 190056666 Change-Id: I42ff2a34d529927ca196138ce9c3c194abf2ba88
-rw-r--r--common/atf/Android.bp5
1 files changed, 3 insertions, 2 deletions
diff --git a/common/atf/Android.bp b/common/atf/Android.bp
index 1fb93980..39a32d78 100644
--- a/common/atf/Android.bp
+++ b/common/atf/Android.bp
@@ -12,8 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-java_import_host {
+java_import {
name: "atf-prebuilt-jars",
+ host_supported: true,
jars: [
"atf_classes.jar",
],
@@ -22,4 +23,4 @@ java_import_host {
java_library_host {
name: "atf-prebuilt",
static_libs: ["atf-prebuilt-jars"],
-} \ No newline at end of file
+}