Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi @timduru,
First of all, thank you (again) for KatKiss! This really keeps my TF701T kicking!
I wanted to build KatKiss (basically I want to try to fix a bug in
MediaProvider
and I am not really sure, how I can build/debug it) based on the information you provided here.But I am unsure if you keep the manifest and your other repositories up-to-date as currently there is no possibility to get a proper
repo sync
.This is the minimal change I needed to do to get a
repo sync
through. FWIW here are the steps I took so far to get the sources together:repo
according to https://source.android.com/setup/build/downloadingNote: for the last line the switch
-j1
is just needed to get the missing dependencies ironed out, by checking each time the synchronisation comes to a halt.Cheers,
tempura