diff options
author | LuK1337 <priv.luk@gmail.com> | 2023-06-23 19:01:32 +0200 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2024-01-02 00:52:16 +0800 |
commit | f33f95d615b81d9b3e046b70b9cada9577a64722 (patch) | |
tree | 453f7311c981a6f293e796f49c7b6610548283c7 | |
parent | 164de00fd00f89b16011dedc0cbd72c9dd24e877 (diff) |
gs201: add 'tablet' to product characteristics when needed
Change-Id: I20105565a1b313fe6ff8499b49d3691f776f9267
-rw-r--r-- | device.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -726,7 +726,11 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.hwc.dpp.downscale=2 PRODUCT_PROPERTY_OVERRIDES += \ ro.vendor.ddk.set.afbc=1 +ifeq ($(USE_TABLET_BT_COD),true) +PRODUCT_CHARACTERISTICS := nosdcard,tablet +else PRODUCT_CHARACTERISTICS := nosdcard +endif # WIFI COEX PRODUCT_COPY_FILES += \ |