summaryrefslogtreecommitdiffstats
path: root/vm/alloc/TEST/HeapBitmapTest/include/Dalvik.h
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:14 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:14 -0800
commitf72d5de56a522ac3be03873bdde26f23a5eeeb3c (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /vm/alloc/TEST/HeapBitmapTest/include/Dalvik.h
parent31e30105703263782efd450d356cd67ea01af3b7 (diff)
downloadandroid_dalvik-f72d5de56a522ac3be03873bdde26f23a5eeeb3c.tar.gz
android_dalvik-f72d5de56a522ac3be03873bdde26f23a5eeeb3c.tar.bz2
android_dalvik-f72d5de56a522ac3be03873bdde26f23a5eeeb3c.zip
auto import from //depot/cupcake/@135843
Diffstat (limited to 'vm/alloc/TEST/HeapBitmapTest/include/Dalvik.h')
-rw-r--r--vm/alloc/TEST/HeapBitmapTest/include/Dalvik.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/vm/alloc/TEST/HeapBitmapTest/include/Dalvik.h b/vm/alloc/TEST/HeapBitmapTest/include/Dalvik.h
deleted file mode 100644
index 4c9f608e2..000000000
--- a/vm/alloc/TEST/HeapBitmapTest/include/Dalvik.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef DALVIK_H_
-#define DALVIK_H_
-
-#include <stdio.h>
-#include <stdbool.h>
-#include <stdlib.h>
-#include <string.h>
-#include <unistd.h>
-#include <limits.h>
-
-#define LOGW(...) printf("W/" __VA_ARGS__)
-#define LOGE(...) printf("E/" __VA_ARGS__)
-
-inline void dvmAbort(void) {
- exit(1);
-}
-
-#endif // DALVIK_H_