Loading target/product/core.mk +2 −0 Original line number Diff line number Diff line Loading @@ -76,8 +76,10 @@ PRODUCT_PACKAGES := \ # force WITH_HOST_DALVIK on userdebug and user builds. # TODO: this is redundant with a similar clause in build/core/main.mk. ifneq (,$(filter userdebug user,$(TARGET_BUILD_VARIANT))) ifeq ($(HOST_OS),linux) WITH_HOST_DALVIK := true endif endif # host-only dependencies ifeq ($(WITH_HOST_DALVIK),true) Loading Loading
target/product/core.mk +2 −0 Original line number Diff line number Diff line Loading @@ -76,8 +76,10 @@ PRODUCT_PACKAGES := \ # force WITH_HOST_DALVIK on userdebug and user builds. # TODO: this is redundant with a similar clause in build/core/main.mk. ifneq (,$(filter userdebug user,$(TARGET_BUILD_VARIANT))) ifeq ($(HOST_OS),linux) WITH_HOST_DALVIK := true endif endif # host-only dependencies ifeq ($(WITH_HOST_DALVIK),true) Loading