mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: compile sgdisk
Which is a useful tool to manage mmc disk
This commit is contained in:
parent
c7b6d4e7b5
commit
4be89c2de6
1 changed files with 4 additions and 0 deletions
|
|
@ -298,3 +298,7 @@ PRODUCT_PACKAGES += \
|
||||||
ifeq ($(TARGET_BUILD_VARIENT),eng)
|
ifeq ($(TARGET_BUILD_VARIENT),eng)
|
||||||
PRODUCT_PACKAGES += debug.rc
|
PRODUCT_PACKAGES += debug.rc
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Extra Command-Line Tools
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
sgdisk
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue