I'm trying to add a folder inside AOSP root directory using BOARD_ROOT_EXTRA_FOLDERS in Android.mk file, but when I flash it the folder or file isn't there. Also tried to use PRODUCT_COPY_FILES to insert folder (e.g. PRODUCT_COPY_FILES += device/qcom/msm8953_64/my_folder:/) But no success. Is there a way to add files and folders to root dir? Any tip will be very welcome
Thanks in advance