Chromium Code Reviews| Index: base/test/android/java/templates/NativeTestLibraries.template |
| diff --git a/base/test/android/java/templates/NativeTestLibraries.template b/base/test/android/java/templates/NativeTestLibraries.template |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a2853fa50657d9c0640ab26177f943b3cb8ba836 |
| --- /dev/null |
| +++ b/base/test/android/java/templates/NativeTestLibraries.template |
| @@ -0,0 +1,5 @@ |
| +#define NATIVE_LIBRARIES_PACKAGE org.chromium.base.test.library_loader |
|
Yaron
2015/11/25 16:04:54
copyright header? (don't actually know if it's nee
jbudorick
2015/12/01 15:38:23
Done.
|
| +#define NATIVE_LIBRARIES_CLASS_NAME NativeTestLibraries |
| +#include "base/android/java/templates/NativeLibraries.template" |
| +#undef NATIVE_LIBRARIES_CLASS_NAME |
| +#undef NATIVE_LIBRARIES_PACKAGE |