Skip to content

Commit

Permalink
common: Set TARGET_NOT_SUPPORTS_GOOGLE_BATTERY to true
Browse files Browse the repository at this point in the history
Change-Id: I6e23d20ede8fc47ed18e1d66a1671cb81aeda7ef
  • Loading branch information
basamaryan committed Aug 14, 2023
1 parent a69b635 commit 5ec4a16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/common.mk
Expand Up @@ -88,6 +88,9 @@ PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.biometrics.face.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/android.hardware.biometrics.face.xml
endif

# Google Battery
TARGET_NOT_SUPPORTS_GOOGLE_BATTERY ?= true

# Do not include art debug targets
PRODUCT_ART_TARGET_INCLUDE_DEBUG_BUILD := false

Expand Down

0 comments on commit 5ec4a16

Please sign in to comment.