Change namespace from renderscriptCpp to RSC

Change-Id: I6c40a91d3afad8411d0ad49088a8e52c251b7038
diff --git a/tests/cppallocation/compute.cpp b/tests/cppallocation/compute.cpp
index 214ffe9..8439ffb 100644
--- a/tests/cppallocation/compute.cpp
+++ b/tests/cppallocation/compute.cpp
@@ -4,7 +4,7 @@
 #include "ScriptC_multiply.h"
 
 using namespace android;
-using namespace renderscriptCpp;
+using namespace RSC;
 
 int main(int argc, char** argv)
 {