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

Commit 0af60726 authored by Chia-chi Yeh's avatar Chia-chi Yeh
Browse files

keystore: exclude builds for simulator.

parent 77fa24a5
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -14,6 +14,8 @@
# limitations under the License.
# limitations under the License.
#
#


ifneq ($(TARGET_SIMULATOR),true)

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


include $(CLEAR_VARS)
include $(CLEAR_VARS)
@@ -30,3 +32,5 @@ LOCAL_SHARED_LIBRARIES := libcutils libcrypto
LOCAL_MODULE:= keystore_cli
LOCAL_MODULE:= keystore_cli
LOCAL_MODULE_TAGS := debug
LOCAL_MODULE_TAGS := debug
include $(BUILD_EXECUTABLE)
include $(BUILD_EXECUTABLE)

endif