-
Recent Posts
Recent Comments
Archives
Categories
Meta
Category Archives: AOSP
Lessons from building AOSP and CM
A few notes from my builds on AOSP and CM. Google made a great work with they’re build system, but many of this features are non documented :S, or not documented on the web … boomer. Anyway, there are many … Continue reading
Posted in Android, AOSP, CyanogenMod
Tagged android, aosp, build, cyagogenmod, google, software
Leave a comment
Git Notes
Some git notes or future reference: Get all changes between two tags that modify certain files. FILES=$(git diff –name-only remotes/origin/aosp-new/ics-mr1-release ics | grep -i blue) git log –no-merges –stat remotes/origin/aosp-new/ics-mr1-release..ics ${FILES} Replace AOSP repository with one from CodeAurora cd external/bluetooth/bluez … Continue reading
Posted in Android, AOSP, CodeAurora, git
Leave a comment