Tina.mk 444 B

123456789101112131415161718
  1. # Copyright 2008 The Android Open Source Project
  2. #
  3. LOCAL_PATH := $(call my-dir)
  4. include $(CLEAR_VARS)
  5. LOCAL_MODULE := libmincrypt
  6. LOCAL_SRC_FILES := rsa.c rsa_e_3.c rsa_e_f4.c sha.c
  7. include $(BUILD_STATIC_LIBRARY)
  8. include $(CLEAR_VARS)
  9. LOCAL_MODULE := libmincrypt
  10. LOCAL_SRC_FILES := rsa.c rsa_e_3.c rsa_e_f4.c sha.c
  11. include $(BUILD_HOST_STATIC_LIBRARY)
  12. # TODO: drop the hyphen once these are checked in
  13. include $(LOCAL_PATH)/tools/Tina.mk