Skip to content

Instantly share code, notes, and snippets.

View worblehat's full-sized avatar

Tobias Marquardt worblehat

View GitHub Profile
@worblehat
worblehat / Android.mk
Last active August 29, 2015 14:00
Makefile for Android's build system to build libgit2.
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := gpg-error
LOCAL_SRC_FILES := $(LOCAL_PATH)/lib/libgpg-error.a
include $(PREBUILT_STATIC_LIBRARY)
include $(CLEAR_VARS)
LOCAL_MODULE := crypto
LOCAL_SRC_FILES := $(LOCAL_PATH)/lib/libcrypto.a