当前位置:网站首页>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
边栏推荐
猜你喜欢
【FPGA】SDRAM
【FPGA】day22-SPI协议回环
Interchangeability and Measurement Techniques - Tolerance Principles and Selection Methods
【FPGA】SDRAM
"125 Palindrome Verification" of the 10th day string series of LeetCode brushing questions
[Likou] 22. Bracket generation
Read the article, high-performance and predictable data center network
Binary tree related code questions [more complete] C language
自研能力再获认可,腾讯云数据库入选 Forrester Translytical 报告
【组成原理 九 CPU】
随机推荐
洛谷P4032 火锅盛宴
Where can machine learning be applied?What is machine learning useful for?
【yolov7系列三】实战从0构建训练自己的数据集
How to delete statements audit log?
阿里云发布3大高性能计算解决方案
北湖区燕泉街道开展“戴头盔·保安全”送头盔活动
力扣——青蛙跳台阶问题
Multi-serial port RS485 industrial gateway BL110
关于数据分页显示
2022-08-10 The sixth group Hiding spring study notes
【Web3 系列开发教程——创建你的第一个 NFT(9)】如何在手机钱包里查看你的 NFT
Leetcode 108. 将有序数组转换为二叉搜索树
《卫星界》刊评“星辰大海”计划:孙宇晨为太空旅游带来新的机遇
DNS separation resolution and intelligent resolution
[FPGA] day19- binary to decimal (BCD code)
Description of ESB product development steps under cloud platform
JVM 垃圾回收的概述与机制
"3 Longest Substring Without Repeating Characters" on the 17th day of LeetCode brushing
【FPGA】day21- moving average filter
【FPGA】day22-SPI协议回环