When i run brunch, i get these errors for the same line:
1) With tab
*** recipe commences before first target
2) Without tab
*** missing separator
I have seen this question already, but it didn't seem helpful.
The lines around the problematic line are:
# Wifi
PRODUCT_PACKAGES += \
dhcpcd.conf \
hostapd \
libwpa_client \
wpa_supplicant \
wpa_supplicant.conf \
lib_driver_cmd_mt66xx
PRODUCT_PACKAGES += \
librs_jni \
com.android.future.usb.accessory \
charger \
charger_res_images \
libnl_2 \
libion \
Snap
The line in qustion is
librs_jni \
What am i doing wrong?
I have also attached my edited makefile here
(The problematic line is 41)
And the original makefile here (from the device tree on github)