OSDN Git Service

Move build.prop in factory bundle
authorNick Sanders <nsanders@google.com>
Fri, 18 May 2012 05:49:47 +0000 (22:49 -0700)
committerNick Sanders <nsanders@google.com>
Fri, 18 May 2012 05:52:17 +0000 (22:52 -0700)
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>
core/tasks/factory_bundle.mk

index 2a1ac29..06d7a78 100644 (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