You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
418 B
14 lines
418 B
# Copyright 2015 The Android Open Source Project |
|
|
|
LOCAL_PATH:= $(call my-dir) |
|
|
|
include $(CLEAR_VARS) |
|
LOCAL_MODULE := mksquashfsimage.sh |
|
LOCAL_SRC_FILES := mksquashfsimage.sh |
|
LOCAL_MODULE_CLASS := EXECUTABLES |
|
# We don't need any additional suffix. |
|
LOCAL_MODULE_SUFFIX := |
|
LOCAL_BUILT_MODULE_STEM := $(notdir $(LOCAL_SRC_FILES)) |
|
LOCAL_IS_HOST_MODULE := true |
|
LOCAL_MODULE_HOST_OS := linux darwin |
|
include $(BUILD_PREBUILT)
|
|
|