Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 539 Bytes

flags.md

File metadata and controls

15 lines (8 loc) · 539 Bytes

SoniUI Specific Build flags

soni.mk:

  • Source our custom product configuration by:

$(call inherit-product, vendor/soni/config/common_full_phone.mk)

  • Our lunch command is soni_device .

  • If you need to debug (enable ADB on Boot), make an eng build or export TARGET_DEBUG_ENABLE=true.

  • Overlay maintainer name and Telegram link here

Note that we might change our lunch command. Stay tuned.