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

« back to all changes in this revision

Viewing changes to external/openssl/Crypto.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:
571
571
 
572
572
LOCAL_SHARED_LIBRARIES := $(log_shared_libraries)
573
573
 
574
 
ifeq ($(TARGET_ARCH),arm)
575
 
LOCAL_SDK_VERSION := 9
576
 
endif
577
 
 
578
574
LOCAL_SRC_FILES += $(local_src_files)
579
575
LOCAL_CFLAGS += $(local_c_flags)
580
576
LOCAL_ASFLAGS += $(local_as_flags)
608
604
 
609
605
LOCAL_SHARED_LIBRARIES := $(log_shared_libraries)
610
606
 
611
 
ifeq ($(TARGET_ARCH),arm)
612
 
LOCAL_SDK_VERSION := 9
613
 
# Use the NDK prebuilt libdl.
614
607
LOCAL_LDFLAGS += -ldl
615
 
else
616
 
LOCAL_SHARED_LIBRARIES += libdl
617
 
endif
618
608
 
619
609
LOCAL_SRC_FILES += $(local_src_files)
620
610
LOCAL_CFLAGS += $(local_c_flags)