LoginSignup
2
1

More than 5 years have passed since last update.

Androidのビルド開始手順

Last updated at Posted at 2017-05-15

Androidのビルド開始手順


$ source build/envsetup.sh
$ export WITH_SU=true
$ lunch lineage_hlte-userdebug
$ breakfast hlte
$ make otatools
$ brunch hlte

ここで、
hlteはデバイス名の例で、samsung galaxy note 3を意味します。

lineageはlineageOSのbuildリポジトリを
使用する場合です。

詳細はbuild/envsetup.shの中を参照下さい。
また、この場合
device/samsung/hlte/lineage.mk
という名前のファイルに


PRODUCT_DEVICE := hlte
PRODUCT_NAME := lineage_hlte

があるはずです。:v:

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1