diff options
Diffstat (limited to 'core/tasks')
-rw-r--r-- | core/tasks/factory_ramdisk.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tasks/factory_ramdisk.mk b/core/tasks/factory_ramdisk.mk index 82b28ac9d..ecfc4d06b 100644 --- a/core/tasks/factory_ramdisk.mk +++ b/core/tasks/factory_ramdisk.mk @@ -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. |