Results 22 comments of Thinker

I think we should make building gecko as a port of gonk.

This issue is fixed by the pull request #146. It makes gecko to be built by a module of gonk.

|make mrproper| or |git clean -dfx && git reset --hard|.

Another solution is to override BUILD_XXX variables in build/core/config.mk. Content of these variables are pathes to makefiles in build/core/. We only need to create noop makefiles which creates noop module...

It seems work to override BUILD_XXX variables fro me, but some modules would define rules by them-self. Most of modules having customized rules can be override by LOCAL_OVERRIDES_PACKAGES variable to...

https://github.com/ThinkerYzu/android-build/tree/decaf-noop-mk This is the branch for my efforts on decaf tasks. I have overrode BUILD_XXX variables in config.mk, and change attributes of some modules at run-time. It make |make gonk|...

After clobbering my working directory, the problem have been fixed. But, audio seems broken. Dialer does not play tones. After check logcat, I believe it is about audio_policy. I remember...

I have shifted to another more flexible and less impacted way (I think so). Instead of rewrote BUILD_XXX, I let building system works as normal. After building system having found...

It is very similar to #123 the audio policy issue that I have mentioned.