diff options
author | Arne Coucheron <arco68@gmail.com> | 2019-02-23 03:28:02 +0000 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2023-08-03 11:45:45 +0200 |
commit | 9ba82a7ca84cc3a6376279a254bc096fd2f19764 (patch) | |
tree | 83ff5e839d6ed7e8e21a418e46fc40831a73df09 | |
parent | 2d0c9fa57db8f2347263fd0b1a2244fbd1d9b1d6 (diff) |
msm8996-common: Remove obsolete TARGET_BOARD_PLATFORM_GPU
Change-Id: I40a14bce12ee4725af17a3e8fbc05143e5577f8e
Signed-off-by: Nanhumly <admin@warbler.cc>
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 15a627e..0ad20b3 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -55,7 +55,6 @@ BUILD_BROKEN_DUP_RULES := true # Platform TARGET_BOARD_PLATFORM := msm8996 -TARGET_BOARD_PLATFORM_GPU := qcom-adreno530 # Properties BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true |