Move build.prop in factory bundle
Move build.prop to the root dir of the factory bundle for clearer location access. Change-Id: Ib9a49fd46eb943a1dc5e8e112462f9d601332ca3 Signed-off-by: Nick Sanders <nsanders@google.com>
This commit is contained in:
parent
54973dbc02
commit
3ccf768675
1 changed files with 2 additions and 2 deletions
|
@ -53,8 +53,8 @@ ifneq (,$(strip $(copied_files)))
|
|||
#
|
||||
# These files are made by magic so we need to explicitly include them
|
||||
#
|
||||
$(eval $(call copy-one-file,$(TARGET_OUT)/build.prop,$(root_dir)/factory/build.prop))
|
||||
copied_files += $(root_dir)/factory/build.prop
|
||||
$(eval $(call copy-one-file,$(TARGET_OUT)/build.prop,$(root_dir)/build.prop))
|
||||
copied_files += $(root_dir)/build.prop
|
||||
|
||||
$(eval $(call copy-one-file,$(PRODUCT_OUT)/factory_ramdisk.img,$(root_dir)/factory_ramdisk.img))
|
||||
copied_files += $(root_dir)/factory_ramdisk.img
|
||||
|
|
Loading…
Reference in a new issue