Help building from linaro - Android Q&A, Help & Troubleshooting

Hi folks i see alot of guides using the google source code has anyone used linaro branches to build with
lolipop repo init -u git://android.git.linaro.org/platform/manifest.git -b android-5.0.0_r2
kitkat repo init -u git://android.git.linaro.org/platform/manifest.git -b android-4.4.4_r2.0.1
iam just starting to learn and wanted to try something different from the aosp
any guides would be great thanks
wanting to build for nexus 5 [hammerhead]

Related

[DEV] Solution to android.git.kernel.org being hacked

For people who want to make AOSP ROMs and Not cyanogenMod based ROMs
I have a present for you
Till the android.git.kernel.org is down
I have found a alternative
I have edited the Original "Repo" File to allow flawless syncing of google's resources
They can be found
https://github.com/spaarc/tools_repo
simply use
curl https://github.com/spaarc/tools_repo/blob/master/repo > ~/bin/repo
OR
curl https://github.com/spaarc/tools_repo/repo > ~/bin/repo
and to set git INIT use this command
repo init -u https://github.com/android/platform_manifest.git -b gingerbread
That is about it
Happy Building
First!
And what?
Prodigy said:
First!
And what?
Click to expand...
Click to collapse
How old are you? Stop this first thing. It's getting annoying. Especially when that reply is pointless.
And just read and understand that text.
spaarc provides a solution to get AOSP sources. That's it.
i was so excited when i saw this!!
but its times out on the "repo init -u https://github.com/android/platform_manifest.git -b gingerbread"
looks like its still trying to go to kernel.org
any ideas?
this repo isnt working
i keep getting error at line 1

[Q] How to compile CyanogenMod 7.1?

How can I build the current stable version of Cyanogen?
With the following call I try to initialize the repo:
Code:
./repo init -u git://github.com/CyanogenMod/android.git -b cm-7.1.0 --repo-url=git://github.com/android/tools_repo.git
But this error occurs:
Code:
error: revision cm-7.1.0 in manifests not found
This is probably because there is no branch but only a tag for 7.1.0.
So, how to compile CyanogenMod 7.1.0?
xdanapo said:
How can I build the current stable version of Cyanogen?
With the following call I try to initialize the repo:
Code:
./repo init -u git://github.com/CyanogenMod/android.git -b cm-7.1.0 --repo-url=git://github.com/android/tools_repo.git
But this error occurs:
Code:
error: revision cm-7.1.0 in manifests not found
This is probably because there is no branch but only a tag for 7.1.0.
So, how to compile CyanogenMod 7.1.0?
Click to expand...
Click to collapse
cm-7.1.0 is simply a tag, a "point in time" for the gingerbread branch.
i'm pretty sure that gingerbread-release is what you're looking for, i think it's updated to 7.1.0.
otherwise, clone the entire gingerbread repository, and then do
Code:
git checkout cm-7.1.0
it should work.
Just follow this i believe. (Worked for me).
http://wiki.cyanogenmod.com/wiki/Building_from_source
Follow my guide here, works. I used it all the time.
Above reply does not work.
android git is down
ok, but how can I build the tag cm-7.1.0?
if I build the branch "gingerbread" I get a nightly build, right?
Questions or Problems Should Not Be Posted in the Development Forum
Please Post in the Correct Forums
Moving to Q&A
There are 301 git repositories. I did a "git checkout cm-7.1.0" on every git repository and build cyanogen.
Now I get the file out/target/product/ace/update-cm-nightly-signed.zip.
Is this now the stable version 7.1.0 of cyanogenmod? Or is it a nightly build?

Trying to get CM10 source

Im trying to get the JB source from CM with this
repo init -u git://github.com/CyanogenMod/android.git -b jellybean
and i get the following error:
Get https://gerrit.googlesource.com/git-repo
fatal: Unable to find remote helper for 'https'
and yes, i have the latest version of git and i have curl
any help is greatly appreciated!
Private message antp121 or dmeadows013
Sent from my Galaxy Nexus

What Is The Source Difference Between AOSP and CyanogenMod?

When I compiled CyanogenMod 13 I did
Code:
repo init -u https://github.com/CyanogenMod/android.git -b cm-13.0 --depth=1 --groups=all,-notdefault,-device,-darwin,-x86,-mips,-exynos5,-intel,-eclipse,-device
There were absolutely loads of repos (how many exactly?), which makes me wonder, how many of these are different between AOSP and CyanogenMod?
Is there a table of what all the repos are and which ones CyanogenMod have modified and which are the same?
opticyclic said:
When I compiled CyanogenMod 13 I did
Code:
repo init -u https://github.com/CyanogenMod/android.git -b cm-13.0 --depth=1 --groups=all,-notdefault,-device,-darwin,-x86,-mips,-exynos5,-intel,-eclipse,-device
There were absolutely loads of repos (how many exactly?), which makes me wonder, how many of these are different between AOSP and CyanogenMod?
Is there a table of what all the repos are and which ones CyanogenMod have modified and which are the same?
Click to expand...
Click to collapse
no

Building AOSP using CM device files

Hello
I'm trying to build AOSP 6.0.1 using your CM device files (CM13 has been successfully built for my device, Huawei P8). I'm not too experienced with this so some help is appreciated. Right now I have synced the google repo
repo init -u https://android.googlesource.com/platform/manifest -b android-6.0.1_r80
cd .repo
git clone https://github.com/CM-Huawei-P8-Development/local_manifests_gra_l09
cd local_manifests_gra_l09
cd ../..
repo sync
This is where I'm now. The confusion is about am I supposed to also download or sync the device files from https://github.com/CM-Huawei-P8-Development/device_gra_l09 (the device tree)
Also is this https://github.com/CM-Huawei-P8-Development/kernel needed to be downloaded separately? I see in the hwgra-l09-dev.xml file that the repos are indeed listed but will it also work for AOSP?
I'm following a guide for Sony device and it says that next I'm supposed to
source build/envsetup.sh && lunch <--- here something device specific maybe?
and
make –j 8
What am I missing ?

Categories

Resources