mirror of
https://github.com/anestisb/android-unpackbootimg.git
synced 2025-05-29 06:02:22 +00:00
Remove left AOSP mk
Signed-off-by: Anestis Bechtsoudis <anestis@census-labs.com>
This commit is contained in:
@ -1,18 +0,0 @@
|
||||
# Copyright 2008 The Android Open Source Project
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := libmincrypt
|
||||
LOCAL_SRC_FILES := dsa_sig.c p256.c p256_ec.c p256_ecdsa.c rsa.c sha.c sha256.c
|
||||
LOCAL_CFLAGS := -Wall -Werror
|
||||
include $(BUILD_STATIC_LIBRARY)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := libmincrypt
|
||||
LOCAL_SRC_FILES := dsa_sig.c p256.c p256_ec.c p256_ecdsa.c rsa.c sha.c sha256.c
|
||||
LOCAL_CFLAGS := -Wall -Werror
|
||||
include $(BUILD_HOST_STATIC_LIBRARY)
|
||||
|
||||
include $(LOCAL_PATH)/tools/Android.mk \
|
||||
$(LOCAL_PATH)/test/Android.mk
|
Reference in New Issue
Block a user