healthd-ext: update AIDL HAL service installation paths

Update the installation path for vendor and recovery partition
respectively.

Change-Id: I1908d10d782127f555e2fb316f3640bc93efcdbd
diff --git a/aidl/Android.bp b/aidl/Android.bp
index 63b07f2..4c0f0a0 100644
--- a/aidl/Android.bp
+++ b/aidl/Android.bp
@@ -31,6 +31,7 @@
 
 cc_binary {
     name: "android.hardware.health-service.qti",
+    recovery: false,
     vendor: true,
     defaults: ["android.hardware.health-service.qti-defaults"],
     init_rc: ["android.hardware.health-service.qti.rc"],
@@ -39,7 +40,8 @@
 
 cc_binary {
     name: "android.hardware.health-service.qti_recovery",
-    vendor: true,
+    vendor: false,
+    recovery: true,
     defaults: ["android.hardware.health-service.qti-defaults"],
     init_rc: ["android.hardware.health-service.qti_recovery.rc"],
     overrides: ["charger.recovery"],