blob: 356e109b7842ef79a0ef13efd57eb38173fac070 [file] [log] [blame]
Shinichiro Hamaji89b255a2015-11-09 16:47:42 +09001# Copyright 2015 The Android Open Source Project
2#
3# The rest of files in this directory comes from
4# https://github.com/bazelbuild/bazel/tree/master/third_party/ijar
5
6LOCAL_PATH:= $(call my-dir)
7
8include $(CLEAR_VARS)
9LOCAL_CPP_EXTENSION := cc
10LOCAL_SRC_FILES := classfile.cc ijar.cc zip.cc
11LOCAL_CFLAGS += -Wall
12LOCAL_SHARED_LIBRARIES := libz-host
13LOCAL_MODULE := ijar
14include $(BUILD_HOST_EXECUTABLE)