Merge 80a697968adbbe157998a4ea6efcafdea41b2e48 on remote branch

Change-Id: I406223e05cfde7a73a713bb60c7ee40828528834
diff --git a/fm_hci/Android.bp b/fm_hci/Android.bp
index b90565f..764b6c4 100644
--- a/fm_hci/Android.bp
+++ b/fm_hci/Android.bp
@@ -21,6 +21,6 @@
         "vendor/qcom/opensource/commonsys/fm/helium",
     ],
 
-    product_specific: true,
+    system_ext_specific: true,
 
 }
diff --git a/fmapp2/Android.bp b/fmapp2/Android.bp
old mode 100644
new mode 100755
index 0a8d3c7..a2ef6ab
--- a/fmapp2/Android.bp
+++ b/fmapp2/Android.bp
@@ -9,5 +9,5 @@
     libs: ["qcom.fmradio"],
     platform_apis: true,
     aaptflags: ["--legacy"],
-    product_specific: true,
+    system_ext_specific: true,
 }
diff --git a/helium/Android.bp b/helium/Android.bp
index 3c29a99..b10722e 100644
--- a/helium/Android.bp
+++ b/helium/Android.bp
@@ -18,6 +18,6 @@
 
     include_dirs: ["vendor/qcom/opensource/commonsys/fm/fm_hci"],
 
-    product_specific: true,
+    system_ext_specific: true,
 
 }
diff --git a/jni/Android.bp b/jni/Android.bp
old mode 100644
new mode 100755
index 9696223..1d6e8e0
--- a/jni/Android.bp
+++ b/jni/Android.bp
@@ -1,7 +1,7 @@
 cc_library_shared {
     name: "libqcomfm_jni",
 
-    product_specific: true,
+    system_ext_specific: true,
     srcs: [
         "android_hardware_fm.cpp",
     ],