Make support lib CPU driver able to access IntrinsicBLAS

bug: 21902810

(cherry picked from commit 0d6b6f51b9d1f98478a32a270fa2304f0839ca8c)

Change-Id: I1f15306f1cf333d6932127ae62e9af8386ecb3fe
diff --git a/cpu_ref/rsCpuCore.cpp b/cpu_ref/rsCpuCore.cpp
index 5fe7801..911a0f0 100644
--- a/cpu_ref/rsCpuCore.cpp
+++ b/cpu_ref/rsCpuCore.cpp
@@ -646,11 +646,9 @@
     case RS_SCRIPT_INTRINSIC_ID_RESIZE:
         i = rsdIntrinsic_Resize(this, s, e);
         break;
-#if !defined(RS_COMPATIBILITY_LIB)
     case RS_SCRIPT_INTRINSIC_ID_BLAS:
         i = rsdIntrinsic_BLAS(this, s, e);
         break;
-#endif
 
     default:
         rsAssert(0);