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

Commit a1712eea authored by Nick Sanders's avatar Nick Sanders
Browse files

Disable factory build under PDK



Phantasm PDK support doesn't work with the factory build.
It's not needed for eng support so we'll disable it.

Change-Id: I9b65cdbb20bbcff601600d6b0cac7cc98f6f614c
Signed-off-by: default avatarNick Sanders <nsanders@google.com>
parent 9a6a326c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
#

ifeq (,$(ONE_SHOT_MAKEFILE))
ifneq ($(TARGET_BUILD_PDK),true)

# PRODUCT_FACTORY_RAMDISK_MODULES consists of "<module_name>:<install_path>[:<install_path>...]" tuples.
# <install_path> is relative to the staging directory for the bundle.
@@ -76,5 +77,6 @@ INSTALLED_FACTORY_BUNDLE_TARGET := $(tarball)

endif

endif # TARGET_BUILD_PDK
endif # ONE_SHOT_MAKEFILE
+2 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
#

ifeq (,$(ONE_SHOT_MAKEFILE))
ifneq ($(TARGET_BUILD_PDK),true)

# PRODUCT_FACTORY_RAMDISK_MODULES consists of "<module_name>:<install_path>[:<install_path>...]" tuples.
# <install_path> is relative to TARGET_FACTORY_RAMDISK_OUT.
@@ -87,4 +88,5 @@ $(INSTALLED_FACTORY_RAMDISK_TARGET) : $(MKBOOTIMG) $(TARGET_RAMDISK_KERNEL) $(IN

endif

endif # TARGET_BUILD_PDK
endif # ONE_SHOT_MAKEFILE