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

Commit fe55d87f authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Build mdm for test

parent b3ab80a7
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -16,13 +16,11 @@ PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST += \
    system/%

# MDM specifics. Only for API level > 32
ifeq (official,$(RELEASE_TYPE))
ifeq ($(shell test $(PLATFORM_SDK_VERSION) -gt 32; echo $$?),0)
PRODUCT_PACKAGES += \
    MdmProvisioner \
    MurenaMDM 
endif
endif

# Android Auto Stubs specific for API level > 34
ifeq ($(shell test $(PLATFORM_SDK_VERSION) -gt 34; echo $$?),0)