Add flags word to context initialization.

bug 10427951

Change-Id: If3b9337712bd16655de4a42ccf829bbcd9e01b6e
diff --git a/cpp/RenderScript.h b/cpp/RenderScript.h
index 8ed8d0e..1fe7b87 100644
--- a/cpp/RenderScript.h
+++ b/cpp/RenderScript.h
@@ -20,7 +20,7 @@
 #include "rsCppStructs.h"
 
 #ifdef RS_SERVER
-#define RS_VERSION 18
+#define RS_VERSION 19
 #endif
 
 #endif