summaryrefslogtreecommitdiff
path: root/lib/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Android.mk')
-rw-r--r--lib/Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Android.mk b/lib/Android.mk
index 34f2394..a86de8b 100644
--- a/lib/Android.mk
+++ b/lib/Android.mk
@@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-ifeq ($(HOST_OS)-$(HOST_ARCH),linux-x86)
-
LOCAL_PATH := $(call my-dir)
LOCAL_PREBUILT_LIBS := \
@@ -24,5 +22,3 @@ LOCAL_PREBUILT_LIBS := \
LOCAL_MODULE_TAGS := optional
include $(BUILD_HOST_PREBUILT)
-
-endif