~ubuntu-branches/ubuntu/utopic/android/utopic

« back to all changes in this revision

Viewing changes to external/openssl/Ssl.mk

  • Committer: Package Import Robot
  • Author(s): Dmitrijs Ledkovs
  • Date: 2013-07-22 14:58:47 UTC
  • Revision ID: package-import@ubuntu.com-20130722145847-zweelwgbhbc29bil
Tags: 0.20130722-0ubuntu8
Use proper copyrights.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
include $(CLEAR_VARS)
58
58
include $(LOCAL_PATH)/android-config.mk
59
59
 
60
 
ifeq ($(TARGET_ARCH),arm)
61
 
LOCAL_SDK_VERSION := 9
62
 
endif
63
60
LOCAL_SRC_FILES += $(local_src_files)
64
61
LOCAL_C_INCLUDES += $(local_c_includes)
65
62
LOCAL_SHARED_LIBRARIES = $(log_shared_libraries)
73
70
include $(CLEAR_VARS)
74
71
include $(LOCAL_PATH)/android-config.mk
75
72
 
76
 
ifeq ($(TARGET_ARCH),arm)
77
 
LOCAL_SDK_VERSION := 9
78
 
endif
79
73
LOCAL_SRC_FILES += $(local_src_files)
80
74
LOCAL_C_INCLUDES += $(local_c_includes)
81
75
LOCAL_SHARED_LIBRARIES += libcrypto $(log_shared_libraries)