We should include factory ramdisk if one shot makefile is NOT defined.

Change-Id: I92c7f26d13a05c4306c22b2e9e513cdd22e839ce
This commit is contained in:
Ying Wang 2011-12-21 18:54:36 -08:00
parent 9d5e83d331
commit 14eeea6708
1 changed files with 1 additions and 1 deletions

View 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.