-
Analyze AOSP input architecture
Read moreThis article based on AOSP 9.0. -
Analyze AOSP vsync model
Read moreThis article based on AOSP 9.0. -
Print call stack in AOSP native code
Read moreAOSP 9.0 -
Analyze window shadow
Read moreThis article based on AOSP 9.0. -
Analyze window size changing sequence
Read moreThis article based on AOSP 9.0 -
Introduce SystemUI OverviewProxyService
Read moreThis article based on AOSP 9.0 -
Introduce SystemUI TunerService
Read moreThis article based on AOSP 9.0 -
Analyze Android ContextMenu
Read moreThis article based on AOSP 9.0. -
Introduce link_type in AOSP build system
Read moreThe Makefile in the AOSP 8.1 source code top directory, will include the build/core/main.mk: -
Integrate Houdini to emulator
Read moreIn x86 architecture device, we build the emulator with product target aosp_x86_64, which is the x86_64 architecture Android variant. So it can only run apks without so libraries and with x86 and x86_64 architecture variant libraries. But it can’t run apks with armhf architecture or arm64 architecture libraries. But if...