You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
386 B
17 lines
386 B
# Copyright 2013 The Android Open Source Project |
|
|
|
LOCAL_PATH:= $(call my-dir) |
|
include $(CLEAR_VARS) |
|
|
|
include $(CLEAR_VARS) |
|
LOCAL_SRC_FILES := opentest.c |
|
LOCAL_MODULE := opentest |
|
LOCAL_MODULE_TAGS := optional |
|
include $(BUILD_EXECUTABLE) |
|
|
|
include $(CLEAR_VARS) |
|
LOCAL_SRC_FILES := wipe_blkdev.c |
|
LOCAL_MODULE := wipe_blkdev |
|
LOCAL_MODULE_TAGS := optional |
|
include $(BUILD_EXECUTABLE) |
|
|
|
|