diff options
| author | Terry Huang <terrycrhuang@google.com> | 2024-05-16 10:15:16 +0800 |
|---|---|---|
| committer | Terry Huang <terrycrhuang@google.com> | 2024-05-20 09:07:51 +0000 |
| commit | da68f06d63eeb288543145c3a32b52cbac8fc7f9 (patch) | |
| tree | a4dd7cedde258acdaedf6f87e9134cf74ebfcf7d | |
| parent | 7e8ac1dcc62af5494927e33e23974040b1ea3341 (diff) | |
[barbet] Add flag USES_QCT_MODEM
Add the new flag to enable GRIL (See ag/27205731)
Bug: 341647457
Test: Build pass
Change-Id: Icc71e1b66ac1303664baa0929bd28ad360c5ad3a
| -rw-r--r-- | device-barbet.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/device-barbet.mk b/device-barbet.mk index 0845658..22de39c 100644 --- a/device-barbet.mk +++ b/device-barbet.mk @@ -16,6 +16,8 @@ PRODUCT_HARDWARE := barbet +USES_QCT_MODEM := true + ifeq ($(TARGET_PREBUILT_KERNEL),) ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT))) LOCAL_KERNEL := device/google/redbull-kernel/Image.lz4 |
