Hi All,
I want to rebuild kitkat 4.4.2 on galaxy note 10.1 gt-n8000 using android open source project in Ubuntu linux 64 bit, I got its sources from this link http://opensource.samsung.com/recept...rchValue=n8000, this link provided me two folders one is Kernel and other is platform, I had done its kernel compilation part using cross compilers as it mentioned on its read me file, while I am confused about other part which is platform its read me file is like this :
################################################## ##############################
How to build Modules for Platform
- It is only for modules are needed to using Android build system.
- Please check its own install information under its folder for other module.
[Step to build]
1. Get android open source.
: version info - Android 4.4.2
( Download site : http://source.android.com )
2. Copy module that you want to build - to original android open source
If same module exist in android open source, you should replace it. (no overwrite)
# It is possible to build all modules at once.
3. You should add module name to 'PRODUCT_PACKAGES' in 'build\target\product\core.mk' as following case.
case 1) e2fsprog : should add 'e2fsck' to PRODUCT_PACKAGES
case 2) libexifa : should add 'libexifa' to PRODUCT_PACKAGES
case 3) libjpega : should add 'libjpega' to PRODUCT_PACKAGES
case 4) KeyUtils : should add 'libkeyutils' to PRODUCT_PACKAGES
ex.) [build\target\product\core.mk] - add all module name for case 1 ~ 4 at once
PRODUCT_PACKAGES += \
e2fsck \
libexifa \
libjpega \
libkeyutils
4. excute build command
$ make -j4
################################################## ##############################
I am downloading aosp and don't know weather I am doing right or wrong, help me please whats is the right procedure.
Thanks,
Adeel
I want to rebuild kitkat 4.4.2 on galaxy note 10.1 gt-n8000 using android open source project in Ubuntu linux 64 bit, I got its sources from this link http://opensource.samsung.com/recept...rchValue=n8000, this link provided me two folders one is Kernel and other is platform, I had done its kernel compilation part using cross compilers as it mentioned on its read me file, while I am confused about other part which is platform its read me file is like this :
################################################## ##############################
How to build Modules for Platform
- It is only for modules are needed to using Android build system.
- Please check its own install information under its folder for other module.
[Step to build]
1. Get android open source.
: version info - Android 4.4.2
( Download site : http://source.android.com )
2. Copy module that you want to build - to original android open source
If same module exist in android open source, you should replace it. (no overwrite)
# It is possible to build all modules at once.
3. You should add module name to 'PRODUCT_PACKAGES' in 'build\target\product\core.mk' as following case.
case 1) e2fsprog : should add 'e2fsck' to PRODUCT_PACKAGES
case 2) libexifa : should add 'libexifa' to PRODUCT_PACKAGES
case 3) libjpega : should add 'libjpega' to PRODUCT_PACKAGES
case 4) KeyUtils : should add 'libkeyutils' to PRODUCT_PACKAGES
ex.) [build\target\product\core.mk] - add all module name for case 1 ~ 4 at once
PRODUCT_PACKAGES += \
e2fsck \
libexifa \
libjpega \
libkeyutils
4. excute build command
$ make -j4
################################################## ##############################
I am downloading aosp and don't know weather I am doing right or wrong, help me please whats is the right procedure.
Thanks,
Adeel
Aucun commentaire:
Enregistrer un commentaire