am 3ccf7686: Move build.prop in factory bundle
* commit '3ccf7686757824e5e01944a369fc54baf76f95a4': Move build.prop in factory bundle
This commit is contained in:
commit
8b1b764812
|
@ -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 New Issue