diff options
| author | The Android Open Source Project <initial-contribution@android.com> | 2008-10-21 07:00:00 -0700 |
|---|---|---|
| committer | The Android Open Source Project <initial-contribution@android.com> | 2008-10-21 07:00:00 -0700 |
| commit | 4f6e8d7a00cbeda1e70cc15be9c4af1018bdad53 (patch) | |
| tree | 54fd1b2695a591d2306d41264df67c53077b752c /libctest/Android.mk | |
| download | system_core-4f6e8d7a00cbeda1e70cc15be9c4af1018bdad53.tar.gz system_core-4f6e8d7a00cbeda1e70cc15be9c4af1018bdad53.tar.bz2 system_core-4f6e8d7a00cbeda1e70cc15be9c4af1018bdad53.zip | |
Initial Contribution
Diffstat (limited to 'libctest/Android.mk')
| -rw-r--r-- | libctest/Android.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libctest/Android.mk b/libctest/Android.mk new file mode 100644 index 00000000..815fabbf --- /dev/null +++ b/libctest/Android.mk @@ -0,0 +1,7 @@ +LOCAL_PATH:= $(call my-dir) +include $(CLEAR_VARS) + +LOCAL_MODULE:= libctest +LOCAL_SRC_FILES := ctest.c + +include $(BUILD_SHARED_LIBRARY) |
