am 3ccf7686: Move build.prop in factory bundle

* commit '3ccf7686757824e5e01944a369fc54baf76f95a4':
  Move build.prop in factory bundle
This commit is contained in:
Nick Sanders 2012-05-17 23:53:01 -07:00 committed by Android Git Automerger
commit 8b1b764812
1 changed files with 2 additions and 2 deletions

View File

@ -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