I.MX6 build.prop

简介: /************************************************************************ * I.MX6 build.prop * 说明: * 之前由于修改了build.prop,但每次重新编译系统之后就无效了,所以需要 * 在Android源码里修改。
/************************************************************************
 *                          I.MX6 build.prop 
 * 说明:
 *     之前由于修改了build.prop,但每次重新编译系统之后就无效了,所以需要
 * 在Android源码里修改。
 *
 *                                     2016-3-29 深圳 南山平山村 曾剑锋
 ***********************************************************************/

一、参考文档:
    Android属性之build.prop生成过程分析
        http://www.cnblogs.com/myitm/archive/2011/12/01/2271032.html
        
二、build.prop的生成是由make系统解析build/core/Makefile完成。
    1. Makefile中首先定义各种变量,这在下一步执行时会用到;
    2. Makefile中调用build/tools/buildinfo.sh执行脚本,并输出到build.prop;
    3. Makefile中直接把$(TARGET_DEVICE_DIR)/system.prop的内容追加到build.prop中;
    4. 收集ADDITIONAL_BUILD_PROPERTIES中的属性,追加到build.prop中。

三、添加system.prop:
    cat device/fsl/sabresd_6dq/system.prop
        qemu.hw.mainkeys=0
        debug.sf.nobootanimation=0

四、cat /system/build.prop
    ......
    ro.build.characteristics=tablet
    # end build properties
    qemu.hw.mainkeys=0
    debug.sf.nobootanimation=0
    
    #
    # ADDITIONAL_BUILD_PROPERTIES
    #
    ro.carrier=unknown
    ......
    
 

 

目录
相关文章
|
6月前
|
Android开发
Android studio 出现Plugin [id: ‘com.android.application‘, version: ‘8.1.0‘, apply: false] 问题解决办法
Android studio 出现Plugin [id: ‘com.android.application‘, version: ‘8.1.0‘, apply: false] 问题解决办法
1579 1
Element-Module not found: Error: Can‘t resolve ‘@element-plus/icons-vue/dist/types‘ in ‘D:\project\
Element-Module not found: Error: Can‘t resolve ‘@element-plus/icons-vue/dist/types‘ in ‘D:\project\
|
6月前
el-progress进度条提示Invalid prop: custom validator check failed for prop “status“
el-progress进度条提示Invalid prop: custom validator check failed for prop “status“
303 0
|
7月前
|
IDE 开发工具 Android开发
Couldn‘t get post build model. Module:UpdateService_0804.main Variant: debugOpen logcat panel fo
Couldn‘t get post build model. Module:UpdateService_0804.main Variant: debugOpen logcat panel fo
85 0
成功解决报错:editor does not contain a main type
成功解决报错:editor does not contain a main type
|
JavaScript
关于js报错Cannot set properties of undefined (setting ‘innerHTML‘)的问题
关于js报错Cannot set properties of undefined (setting ‘innerHTML‘)的问题
425 0
|
定位技术 Android开发
android build.prop导致GooglePlay报错
android build.prop导致GooglePlay报错
132 0
|
开发工具
Could not get unknown property ‘versions‘ for object of type com.android.build.gradle.AppExtension
Could not get unknown property ‘versions‘ for object of type com.android.build.gradle.AppExtension
1743 0
Could not get unknown property ‘versions‘ for object of type com.android.build.gradle.AppExtension