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

Commit 3e387c21 authored by Jack He's avatar Jack He Committed by android-build-merger
Browse files

Merge "Remove mk file parser variables that are no longer required by system/bt"

am: af055f20

Change-Id: Ic68923a34066fa78708ee5ed7665ca080ae5ccd3
parents 03b7efd8 af055f20
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -67,9 +67,7 @@ $(SOONG_VARIABLES): FORCE
	echo ''; \
	echo '    "ArtUseReadBarrier": $(if $(filter false,$(PRODUCT_ART_USE_READ_BARRIER)),false,true),'; \
	echo ''; \
	echo '    "BtConfigIncludeDir": "$(BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR)",'; \
	echo '    "BtHcilpIncluded": "$(BOARD_BLUETOOTH_BDROID_HCILP_INCLUDED)",'; \
	echo '    "BtHciUseMct": $(if $(filter true,$(BLUETOOTH_HCI_USE_MCT)),true,false)'; \
	echo '    "BtConfigIncludeDir": "$(BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR)"'; \
	echo '}') > $(SOONG_VARIABLES_TMP); \
	if ! cmp -s $(SOONG_VARIABLES_TMP) $(SOONG_VARIABLES); then \
	  mv $(SOONG_VARIABLES_TMP) $(SOONG_VARIABLES); \