FM: Fix include paths

Change-Id: I89f0d48fef12eb678c9ac8408586a5cb799e0089
diff --git a/jni/Android.bp b/jni/Android.bp
index bf97cbc..681ac51 100755
--- a/jni/Android.bp
+++ b/jni/Android.bp
@@ -15,7 +15,7 @@
     ],
 
     include_dirs: [
-        "vendor/qcom/opensource/commonsys/fm/helium",
+        "vendor/qcom/opensource/fm-commonsys/helium",
     ],
 
 }