diff options
author | 2012-02-24 14:24:56 -0800 | |
---|---|---|
committer | 2012-02-24 14:24:56 -0800 | |
commit | 9733f2609312d1ad93344eb64aa40ecb665b1c4b (patch) | |
tree | 1ee8497782f5877d89547ab0d6c2689fed8a30a7 /libs/rs/RenderScript.cpp | |
parent | 170dc848aefe17d830d08cd29b332730498003d2 (diff) |
test runs but I do not check results yet.
Change-Id: I427581a301bb1a9710554187accad2d6f9d9b10c
Diffstat (limited to 'libs/rs/RenderScript.cpp')
-rw-r--r-- | libs/rs/RenderScript.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/rs/RenderScript.cpp b/libs/rs/RenderScript.cpp index 39f102437adf..0b4205559959 100644 --- a/libs/rs/RenderScript.cpp +++ b/libs/rs/RenderScript.cpp @@ -14,6 +14,8 @@ * limitations under the License. */ +#define LOG_TAG "libRS_cpp" + #include <utils/Log.h> #include <malloc.h> #include <string.h> |