Skip to content

Commit

Permalink
AndroidBoot: Change to mark board have PM660 PMIC
Browse files Browse the repository at this point in the history
Change to mark board have PM660 PMIC.

Change-Id: I8470f3ca6ab0b60046550e9ef2656321d3084318
  • Loading branch information
Mayank Grover committed Aug 29, 2017
1 parent be2a9fa commit 5fba496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AndroidBoot.mk
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ else
ENABLE_BOOTDEVICE_MOUNT := ENABLE_BOOTDEVICE_MOUNT=1
endif

ifeq ($(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_SUPPORTS_PM660),true)
ifeq ($(BOARD_HAVE_PM660),true)
ENABLE_BG_SUPPORT := ENABLE_BG_SUPPORT=1
endif

Expand Down

0 comments on commit 5fba496

Please sign in to comment.