google chrome - How to rename(branding) browser built on Android Chromium source code? -
i need build custom browser based on android chromium custom product name. found config files(src/chrome/app/theme/chromium/branding) , changed product_fullname. have built apk commands
src$ gclient sync src$ ninja -c out/release chrome_public_apk in console.
build completes without errors. after installation on target device, saw default product name.
configurations in src/build/common.gypi:
- 'branding%' : 'chromium'
- 'buildtype%' : 'dev'
- 'component%' : 'static_library'
chromium.gyp_env: { 'gyp_defines': 'os=android' }
what wrong? how rebrand chromium?
Comments
Post a Comment