Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14eeea67 authored by Ying Wang's avatar Ying Wang
Browse files

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

Change-Id: I92c7f26d13a05c4306c22b2e9e513cdd22e839ce
parent 9d5e83d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.