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

Commit 4c54b9fa authored by Ying Wang's avatar Ying Wang
Browse files

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

Change-Id: I711dbfb0d98a5e8a4d784d3ee6f3f9cfdc926209
parent a4f59914
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.