summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+}