Loading config/common.mk +0 −2 Original line number Diff line number Diff line Loading @@ -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) Loading Loading
config/common.mk +0 −2 Original line number Diff line number Diff line Loading @@ -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) Loading