sdm660-common: Remove obsolete directory flag
All system directory are handled by build/core/board_config.mk Unless we have an explicit different directory from OEM like vendor path which is symlinked to the system as well, we can leave it. Reference: https://android.googlesource.com/platform/build/+/refs/heads/master/core/board_config.mk#521
This commit is contained in:
parent
3a70a4375f
commit
92b5929b8b
1 changed files with 0 additions and 1 deletions
|
@ -193,7 +193,6 @@ BOARD_ROOT_EXTRA_SYMLINKS := \
|
|||
/mnt/vendor/persist:/persist
|
||||
|
||||
# Directory
|
||||
TARGET_COPY_OUT_PRODUCT := system/product
|
||||
TARGET_COPY_OUT_VENDOR := vendor
|
||||
|
||||
# Peripheral manager
|
||||
|
|
Loading…
Reference in a new issue