OSDN Git Service

We should include factory ramdisk if one shot makefile is NOT defined.
authorYing Wang <wangying@google.com>
Thu, 22 Dec 2011 02:54:36 +0000 (18:54 -0800)
committerYing Wang <wangying@google.com>
Thu, 22 Dec 2011 02:54:36 +0000 (18:54 -0800)
Change-Id: I92c7f26d13a05c4306c22b2e9e513cdd22e839ce

core/tasks/factory_ramdisk.mk

index 82b28ac..ecfc4d0 100644 (file)
@@ -14,7 +14,7 @@
 # limitations under the License.
 #
 
-ifneq (,$(ONE_SHOT_MAKEFILE))
+ifeq (,$(ONE_SHOT_MAKEFILE))
 
 # PRODUCT_FACTORY_RAMDISK_MODULES consists of "<module_name>:<install_path>[:<install_path>...]" tuples.
 # <install_path> is relative to TARGET_FACTORY_RAMDISK_OUT.