replicant-frameworks_native/cmds/keystore/Android.mk
Jean-Baptiste Queru 4d3b5c1e36 donut snapshot
2009-07-21 11:16:54 -07:00

23 lines
389 B
Makefile

ifneq ($(TARGET_SIMULATOR),true)
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
netkeystore.c keymgmt.c
LOCAL_C_INCLUDES := \
$(call include-path-for, system-core)/cutils \
external/openssl/include
LOCAL_SHARED_LIBRARIES := \
libcutils libssl
LOCAL_STATIC_LIBRARIES :=
LOCAL_MODULE:= keystore
include $(BUILD_EXECUTABLE)
endif # !simulator))