PRODUCT_PACKAGES 加上对应的模块名,编译的时候就会执行对应模块的bp文件,集成到系统中
PRODUCT_PACKAGES += \ WallpaperPicker \ Launcher3 \ com.nxp.nfc
//####################################### // com.nxp.nfc - library //####################################### java_library { name: "com.nxp.nfc", installable: true, required: ["com.nxp.nfc.xml"], srcs: [ "com/**/I*.aidl", "com/**/*.java", ], }