devices: fixup enchilada/beryllium targets

make sure lights hal and tinyhal actually get built
diff --git a/beryllium/device.mk b/beryllium/device.mk
index 8c72142..c9af082 100644
--- a/beryllium/device.mk
+++ b/beryllium/device.mk
@@ -14,5 +14,11 @@
 # limitations under the License.
 #
 
+# Build generic Audio HAL
+PRODUCT_PACKAGES := audio.primary.$(TARGET_DEVICE)
+
+# Build generic lights HAL
+PRODUCT_PACKAGES += lights.$(TARGET_DEVICE)
+
 RAMDISK_FSTAB_TARGET := $(LOCAL_PATH)/fstab.ramdisk
-$(call inherit-product, device/generic/sdm845/sdm845/device.mk)
+$(call inherit-product, device/generic/sdm845/sdm845/device.mk)
\ No newline at end of file