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

Commit 57e7a95b authored by Shih-wei Liao's avatar Shih-wei Liao
Browse files

Fix Android build

Change-Id: I531dec556e6774518d19707f91c99ecaaf344c0f
parent 7152c057
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -14,6 +14,8 @@
# limitations under the License.
#

ifneq ($(TARGET_SIMULATOR),true)

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

@@ -25,3 +27,5 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_PACKAGE_NAME := ImageProcessing

include $(BUILD_PACKAGE)

endif