gitofleonardo / android_vendor_hms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HMS Core Build

Build HMS Core inside your devices.

Preparation

Sync vendor repo

  1. Sync this repo to $HMS_PATH where $HMS_PATH is the path to this repo.
  2. Include $HMS_PATH/hms-vendor.mk on your device.mk file.
  3. Fake your device as a huawei device.

Apply build soong

Applying this commit to your build/soong/java/app_import.go is mandatory for compiling to work.

Build

After all the steps above, just start your build!

About

License:MIT License


Languages

Language:Makefile 100.0%