Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 303e6ac8 authored by Brian Swetland's avatar Brian Swetland
Browse files

fix TINY_ANDROID build (exclude charger binary)



Change-Id: I28157cbadcb208df517052336f652f5810048cc1
Signed-off-by: default avatarBrian Swetland <swetland@google.com>
parent 6656d921
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
# Copyright 2011 The Android Open Source Project

ifneq ($(BUILD_TINY_ANDROID),true)

LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)

@@ -18,3 +20,5 @@ LOCAL_STATIC_LIBRARIES := libminui libpixelflinger_static libpng
LOCAL_STATIC_LIBRARIES += libz libstdc++ libcutils libc

include $(BUILD_EXECUTABLE)

endif