Move all Neural Networks configs in dedicated folder
All configs related to Neural Networks are placed under nn folder.
This feature is now optional, all platforms must include the right Neural Networks configs in order to have this feature supported.
Example with a board based i350:
- BoardConfig.mk:
include device/mediatek/common/nn/BoardConfig.mk
- device.mk:
$(call inherit-product, device/mediatek/common/nn/nn-i350.mk)