当前位置:网站首页>Add PRODUCT_BOOT_JARS and classes to provide jar packages to applications
Add PRODUCT_BOOT_JARS and classes to provide jar packages to applications
2022-08-11 04:25:00 【android framework】
In Android development, in order to facilitate porting and application development, some frameworks added outside the Android system are generally packaged as a jar package for application calls following the framework.
It is necessary to add the declaration of PRODUCT_BOOT_JARS in the mk of the specific product directory under the device directory, not only that, but also to declare the package name in the package_whitelist.txt under the build directory, otherwise the compilation will go wrong.Similarly, you can delete unnecessary ones here.
Demo
PRODUCT_BOOT_JARS +=
hitechmw
1
2
build/core/tasks/check_boot_jars/package_whitelist.txt
delete
telephony-common.jar
com.google…*
delete end
add
com.arcsoft…*
com.ice…*
com.himw…*
add end
边栏推荐
猜你喜欢
[Likou] 22. Bracket generation
"110 Balanced Binary Tree Judgment" in leetCode's 14-day binary tree series
干货:服务器网卡组技术原理与实践
【FPGA】abbreviation
Graphical LeetCode - 640. Solving Equations (Difficulty: Moderate)
获取Qt的安装信息:包括安装目录及各种宏地址
Echart地图的省级,以及所有地市级下载与使用
LeetCode刷题第17天之《3 无重复字符的最长子串》
【FPGA】设计思路——I2C协议
WPF DataGrid 使用数据模板(2)
随机推荐
The FTP error code list
洛谷P1196 银河英雄传说
Get Qt installation information: including installation directory and various macro addresses
【深度学习】基于卷积神经网络的天气识别训练
"3 Longest Substring Without Repeating Characters" on the 17th day of LeetCode brushing
AVH 动手实践 (二) | 在 Arm 虚拟硬件上部署 PP-OCR 模型
洛谷P4324 扭动的回文串
What is Machine Reinforcement Learning?What is the principle?
A simple JVM tuning, learn to write it on your resume
【FPGA】SDRAM
map和set--天然的搜索和查找语义
干货:服务器网卡组技术原理与实践
对象的创建以及显示转换
拼多多店铺营业执照相关问题
Read the article, high-performance and predictable data center network
Mysql:设置主键自动增长起始值
.NET 服务注册
Interchangeability Measurements and Techniques - Calculation of Deviations and Tolerances, Drawing of Tolerance Charts, Selection of Fits and Tolerance Classes
(转)JVM中那些区域会发生OOM?
利用Navicat Premium导出数据库表结构信息至Excel