Loading core/soong.mk +0 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,6 @@ $(SOONG_VARIABLES): FORCE echo '{'; \ echo ' "Device_uses_jemalloc": $(if $(filter true,$(MALLOC_SVELTE)),false,true),'; \ echo ' "Device_uses_dlmalloc": $(if $(filter true,$(MALLOC_SVELTE)),true,false),'; \ echo ' $(if $(BOARD_MALLOC_ALIGNMENT),"Dlmalloc_alignment": $(BOARD_MALLOC_ALIGNMENT)$(comma),)'; \ echo ' "Platform_sdk_version": $(PLATFORM_SDK_VERSION),'; \ echo ' "Unbundled_build": $(if $(TARGET_BUILD_APPS),true,false),'; \ echo ' "Brillo": $(if $(BRILLO),true,false),'; \ Loading target/board/generic_x86/BoardConfig.mk +0 −3 Original line number Diff line number Diff line Loading @@ -18,9 +18,6 @@ BOARD_USES_GENERIC_AUDIO := true # no hardware camera USE_CAMERA_STUB := true # customize the malloced address to be 16-byte aligned BOARD_MALLOC_ALIGNMENT := 16 # Enable dex-preoptimization to speed up the first boot sequence # of an SDK AVD. Note that this operation only works on Linux for now ifeq ($(HOST_OS),linux) Loading target/board/generic_x86_64/BoardConfig.mk +0 −3 Original line number Diff line number Diff line Loading @@ -24,9 +24,6 @@ BOARD_USES_GENERIC_AUDIO := true # no hardware camera USE_CAMERA_STUB := true # customize the malloced address to be 16-byte aligned BOARD_MALLOC_ALIGNMENT := 16 # Enable dex-preoptimization to speed up the first boot sequence # of an SDK AVD. Note that this operation only works on Linux for now ifeq ($(HOST_OS),linux) Loading Loading
core/soong.mk +0 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,6 @@ $(SOONG_VARIABLES): FORCE echo '{'; \ echo ' "Device_uses_jemalloc": $(if $(filter true,$(MALLOC_SVELTE)),false,true),'; \ echo ' "Device_uses_dlmalloc": $(if $(filter true,$(MALLOC_SVELTE)),true,false),'; \ echo ' $(if $(BOARD_MALLOC_ALIGNMENT),"Dlmalloc_alignment": $(BOARD_MALLOC_ALIGNMENT)$(comma),)'; \ echo ' "Platform_sdk_version": $(PLATFORM_SDK_VERSION),'; \ echo ' "Unbundled_build": $(if $(TARGET_BUILD_APPS),true,false),'; \ echo ' "Brillo": $(if $(BRILLO),true,false),'; \ Loading
target/board/generic_x86/BoardConfig.mk +0 −3 Original line number Diff line number Diff line Loading @@ -18,9 +18,6 @@ BOARD_USES_GENERIC_AUDIO := true # no hardware camera USE_CAMERA_STUB := true # customize the malloced address to be 16-byte aligned BOARD_MALLOC_ALIGNMENT := 16 # Enable dex-preoptimization to speed up the first boot sequence # of an SDK AVD. Note that this operation only works on Linux for now ifeq ($(HOST_OS),linux) Loading
target/board/generic_x86_64/BoardConfig.mk +0 −3 Original line number Diff line number Diff line Loading @@ -24,9 +24,6 @@ BOARD_USES_GENERIC_AUDIO := true # no hardware camera USE_CAMERA_STUB := true # customize the malloced address to be 16-byte aligned BOARD_MALLOC_ALIGNMENT := 16 # Enable dex-preoptimization to speed up the first boot sequence # of an SDK AVD. Note that this operation only works on Linux for now ifeq ($(HOST_OS),linux) Loading