diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2020-10-12 18:28:37 +0200 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2020-10-12 18:28:37 +0200 |
| commit | 0a4167534950c103bd2ba14c0c9b6533735b6b90 (patch) | |
| tree | 06d19e06ebb141c0adb589a0938d779ef58569c2 | |
| parent | bfdba7caa199577a120ac71cfb7b2d822b99fd93 (diff) | |
| download | vendor_lineage-replicant-10.tar.gz vendor_lineage-replicant-10.tar.bz2 vendor_lineage-replicant-10.zip | |
Replicant PRODUCT_PACKAGES: ship evtestreplicant-10
This can help debug software and hardware issues so it's best to
ship it as it is time consuming to build an image just for adding
it.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
| -rw-r--r-- | config/common.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/common.mk b/config/common.mk index 2fe9cb01..afba34b0 100644 --- a/config/common.mk +++ b/config/common.mk @@ -183,6 +183,9 @@ PRODUCT_PACKAGES += \ endif endif +# Debugging tools +PRODUCT_PACKAGES += evtest + # Dex preopt PRODUCT_DEXPREOPT_SPEED_APPS += \ SystemUI \ |
