AOSP
文章平均质量分 77
thunder_sz
这个作者很懒,什么都没留下…
展开
-
Android系统内存相关—Binder机制(二)
简介通过思维导图和相关分解,简单的介绍对Android系统的认知,方便搭建一套比较整体的Android基础框架。本章主要介绍Android的Binder机制处理跨进程问题,其本质还是对共享内存的处理。描述Binder 实现本质 内存共享 模型 server transact replay 同步返回,挂起进程 client transact replay 同步返回,挂起进程 binder驱动原创 2021-03-27 11:07:17 · 195 阅读 · 0 评论 -
MAC编译Android源码 prebuilts/misc/darwin-x86/bison/bison出错
错误提示:[ 0% 438/72411] //external/one-true-awk:awk yacc awkgram.yFAILED: out/soong/.intermediates/external/one-true-awk/awk/android_arm64_armv8-a_core/gen/yacc/external/one-true-awk/awkgram.c out/s原创 2018-01-11 16:14:12 · 2395 阅读 · 1 评论 -
WARNING: Only bash is supported, use of other shell would lead to erroneous results
编译envsetup.sh出现Only bash is supported, use of other shell would lead to erroneous results看了一下脚本内容if [ "x$SHELL" != "x/bin/bash" ]; then case `ps -o command -p $$` in *bash*)原创 2018-01-08 15:33:26 · 3902 阅读 · 1 评论