Use PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE instead of PRODUCT_COMPATIBLE_PROPERTY

PRODUCT_ACTIONABLE_COMPATIBLE_PROPERTY_DISABLE must be true because
wahoo devices aren't prepared yet for whitelisting actionable system
properties.

Bug: 38146102
Test: tested on walleye
Change-Id: Ic41cbbf6cbe6f191f8ffe9a48609e46aeee5c374
diff --git a/device.mk b/device.mk
index 47d9555..2bdaabe 100755
--- a/device.mk
+++ b/device.mk
@@ -14,7 +14,8 @@
 # limitations under the License.
 #
 
-PRODUCT_COMPATIBLE_PROPERTY := true
+PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE := true
+PRODUCT_ACTIONABLE_COMPATIBLE_PROPERTY_DISABLE := true
 
 PRODUCT_PROPERTY_OVERRIDES += \
     keyguard.no_require_sim=true