common.mk 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532
  1. #
  2. # Copyright (C) 2020 The LineageOS Project
  3. #
  4. # SPDX-License-Identifier: Apache-2.0
  5. #
  6. # Inherit from those products. Most specific first.
  7. $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
  8. $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
  9. # Enable project quotas and casefolding for emulated storage without sdcardfs
  10. $(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)
  11. # Enforce generic ramdisk allow list
  12. $(call inherit-product, $(SRC_TARGET_DIR)/product/generic_ramdisk.mk)
  13. # Enable updating of APEXes
  14. $(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
  15. # Enable virtual AB with vendor ramdisk
  16. $(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/launch_with_vendor_ramdisk.mk)
  17. # Setup dalvik vm configs
  18. $(call inherit-product, frameworks/native/build/phone-xhdpi-6144-dalvik-heap.mk)
  19. # Inherit from the proprietary version
  20. $(call inherit-product, vendor/xiaomi/sm8450-common/sm8450-common-vendor.mk)
  21. # A/B
  22. AB_OTA_POSTINSTALL_CONFIG += \
  23. RUN_POSTINSTALL_system=true \
  24. POSTINSTALL_PATH_system=system/bin/otapreopt_script \
  25. FILESYSTEM_TYPE_system=ext4 \
  26. POSTINSTALL_OPTIONAL_system=true
  27. AB_OTA_POSTINSTALL_CONFIG += \
  28. RUN_POSTINSTALL_vendor=true \
  29. POSTINSTALL_PATH_vendor=bin/checkpoint_gc \
  30. FILESYSTEM_TYPE_vendor=ext4 \
  31. POSTINSTALL_OPTIONAL_vendor=true
  32. PRODUCT_PACKAGES += \
  33. checkpoint_gc \
  34. otapreopt_script
  35. # ANT+
  36. PRODUCT_PACKAGES += \
  37. [email protected]
  38. # API
  39. PRODUCT_SHIPPING_API_LEVEL := 31
  40. BOARD_API_LEVEL := 31
  41. BOARD_SHIPPING_API_LEVEL := 31
  42. # Atrace
  43. PRODUCT_PACKAGES += \
  44. [email protected]
  45. # Audio
  46. PRODUCT_PACKAGES += \
  47. [email protected] \
  48. [email protected] \
  49. android.hardware.audio.service \
  50. [email protected]
  51. PRODUCT_PACKAGES += \
  52. audio.bluetooth.default \
  53. audio.r_submix.default \
  54. audio.usb.default
  55. PRODUCT_PACKAGES += \
  56. libvolumelistener
  57. PRODUCT_COPY_FILES += \
  58. $(LOCAL_PATH)/audio/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_cape/audio_effects.xml \
  59. $(LOCAL_PATH)/audio/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_taro/audio_effects.xml \
  60. $(LOCAL_PATH)/audio/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_ukee/audio_effects.xml \
  61. $(LOCAL_PATH)/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_cape/audio_policy_configuration.xml \
  62. $(LOCAL_PATH)/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_taro/audio_policy_configuration.xml \
  63. $(LOCAL_PATH)/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_ukee/audio_policy_configuration.xml
  64. PRODUCT_COPY_FILES += \
  65. frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_volumes.xml \
  66. frameworks/av/services/audiopolicy/config/bluetooth_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_audio_policy_configuration.xml \
  67. frameworks/av/services/audiopolicy/config/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default_volume_tables.xml \
  68. frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/r_submix_audio_policy_configuration.xml \
  69. frameworks/native/data/etc/android.hardware.audio.low_latency.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.audio.low_latency.xml \
  70. frameworks/native/data/etc/android.hardware.audio.pro.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.audio.pro.xml \
  71. frameworks/native/data/etc/android.software.midi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.midi.xml
  72. # Automotive
  73. PRODUCT_PACKAGES += \
  74. [email protected]
  75. # Bluetooth
  76. PRODUCT_PACKAGES += \
  77. [email protected] \
  78. android.hardware.bluetooth.audio-impl \
  79. [email protected] \
  80. [email protected] \
  81. [email protected] \
  82. [email protected]
  83. PRODUCT_COPY_FILES += \
  84. frameworks/native/data/etc/android.hardware.bluetooth.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth.xml \
  85. frameworks/native/data/etc/android.hardware.bluetooth_le.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth_le.xml
  86. # Boot control
  87. PRODUCT_PACKAGES += \
  88. [email protected] \
  89. [email protected] \
  90. [email protected]
  91. PRODUCT_PACKAGES_DEBUG += \
  92. bootctl
  93. # Camera
  94. PRODUCT_PACKAGES += \
  95. [email protected] \
  96. [email protected] \
  97. libcamera2ndk_vendor \
  98. [email protected] \
  99. [email protected]
  100. PRODUCT_PACKAGES += \
  101. libMegviiFacepp-0.5.2 \
  102. libmegface
  103. PRODUCT_COPY_FILES += \
  104. frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.flash-autofocus.xml \
  105. frameworks/native/data/etc/android.hardware.camera.front.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.front.xml \
  106. frameworks/native/data/etc/android.hardware.camera.full.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.full.xml \
  107. frameworks/native/data/etc/android.hardware.camera.raw.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.raw.xml
  108. # Capabilityconfigstore
  109. PRODUCT_PACKAGES += \
  110. [email protected]
  111. # Display
  112. PRODUCT_PACKAGES += \
  113. [email protected] \
  114. vendor.qti.hardware.display.allocator-service \
  115. vendor.qti.hardware.display.composer-service
  116. PRODUCT_PACKAGES += \
  117. init.qti.display_boot.rc \
  118. init.qti.display_boot.sh
  119. PRODUCT_PACKAGES += \
  120. [email protected] \
  121. vendor.qti.hardware.display.config-V2-ndk_platform.vendor \
  122. [email protected]
  123. PRODUCT_COPY_FILES += \
  124. hardware/qcom-caf/sm8450/display/config/snapdragon_color_libs_config.xml:$(TARGET_COPY_OUT_VENDOR)/etc/snapdragon_color_libs_config.xml
  125. # DRM
  126. PRODUCT_PACKAGES += \
  127. [email protected] \
  128. libdrm.vendor
  129. # Dumpstate
  130. PRODUCT_PACKAGES += \
  131. [email protected]
  132. # Fingerprint
  133. PRODUCT_PACKAGES += \
  134. [email protected] \
  135. libudfpshandler
  136. PRODUCT_COPY_FILES += \
  137. frameworks/native/data/etc/android.hardware.fingerprint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.fingerprint.xml
  138. # Fstab
  139. PRODUCT_COPY_FILES += \
  140. $(LOCAL_PATH)/rootdir/etc/charger_fw_fstab.qti:$(TARGET_COPY_OUT_VENDOR)/etc/charger_fw_fstab.qti
  141. PRODUCT_COPY_FILES += \
  142. $(LOCAL_PATH)/rootdir/etc/fstab.qcom:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.qcom \
  143. $(LOCAL_PATH)/rootdir/etc/fstab.qcom:$(TARGET_COPY_OUT_RECOVERY)/root/first_stage_ramdisk/fstab.qcom \
  144. $(LOCAL_PATH)/rootdir/etc/fstab.qcom:$(TARGET_COPY_OUT_VENDOR_RAMDISK)/first_stage_ramdisk/fstab.qcom
  145. # Gatekeeper
  146. PRODUCT_PACKAGES += \
  147. [email protected]
  148. # GPS
  149. PRODUCT_PACKAGES += \
  150. [email protected] \
  151. android.hardware.gnss-aidl-impl-qti \
  152. android.hardware.gnss-aidl-service-qti
  153. PRODUCT_PACKAGES += \
  154. libbatching \
  155. libgeofencing \
  156. libgnss
  157. PRODUCT_PACKAGES += \
  158. apdr.conf \
  159. batching.conf \
  160. gnss_antenna_info.conf \
  161. gps.conf \
  162. izat.conf \
  163. lowi.conf \
  164. sap.conf
  165. PRODUCT_PACKAGES += \
  166. [email protected] \
  167. [email protected]
  168. PRODUCT_COPY_FILES += \
  169. frameworks/native/data/etc/android.hardware.location.gps.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.location.gps.xml
  170. # Graphics
  171. PRODUCT_PACKAGES += \
  172. libgui_vendor
  173. PRODUCT_COPY_FILES += \
  174. frameworks/native/data/etc/android.hardware.opengles.aep.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.opengles.aep.xml \
  175. frameworks/native/data/etc/android.hardware.vulkan.compute-0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.compute-0.xml \
  176. frameworks/native/data/etc/android.hardware.vulkan.level-1.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.level-1.xml \
  177. frameworks/native/data/etc/android.hardware.vulkan.version-1_1.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.version-1_1.xml \
  178. frameworks/native/data/etc/android.software.opengles.deqp.level-2021-03-01.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.opengles.deqp.level.xml \
  179. frameworks/native/data/etc/android.software.vulkan.deqp.level-2021-03-01.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.vulkan.deqp.level.xml
  180. # Health
  181. PRODUCT_PACKAGES += \
  182. [email protected]
  183. # HIDL
  184. PRODUCT_PACKAGES += \
  185. [email protected] \
  186. [email protected] \
  187. libhidltransport.vendor \
  188. libhwbinder.vendor
  189. # Hotword Enrollement
  190. PRODUCT_COPY_FILES += \
  191. $(LOCAL_PATH)/configs/privapp-permissions-hotword.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/privapp-permissions-hotword.xml
  192. # Identity
  193. PRODUCT_PACKAGES += \
  194. android.hardware.identity-V3-ndk_platform.vendor \
  195. android.hardware.keymaster-V3-ndk_platform.vendor
  196. # IPACM
  197. PRODUCT_PACKAGES += \
  198. ipacm \
  199. IPACM_cfg.xml \
  200. IPACM_Filter_cfg.xml
  201. # IR
  202. PRODUCT_PACKAGES += \
  203. [email protected] \
  204. [email protected]
  205. PRODUCT_COPY_FILES += \
  206. frameworks/native/data/etc/android.hardware.consumerir.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.consumerir.xml
  207. # JSON
  208. PRODUCT_PACKAGES += \
  209. libjson
  210. # Keymaster
  211. PRODUCT_PACKAGES += \
  212. [email protected] \
  213. android.hardware.security.keymint-V1-ndk_platform.vendor \
  214. android.hardware.security.secureclock-V1-ndk_platform.vendor \
  215. android.hardware.security.sharedsecret-V1-ndk_platform.vendor \
  216. libkeymaster_messages.vendor
  217. PRODUCT_COPY_FILES += \
  218. frameworks/native/data/etc/android.hardware.keystore.app_attest_key.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.keystore.app_attest_key.xml
  219. # Media
  220. PRODUCT_PACKAGES += \
  221. [email protected]
  222. PRODUCT_PACKAGES += \
  223. init.qti.media.rc \
  224. init.qti.media.sh
  225. PRODUCT_COPY_FILES += \
  226. frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_audio.xml \
  227. frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_telephony.xml
  228. PRODUCT_COPY_FILES += \
  229. frameworks/av/media/libstagefright/data/media_codecs_google_c2.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_c2.xml \
  230. frameworks/av/media/libstagefright/data/media_codecs_google_c2_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_c2_audio.xml \
  231. frameworks/av/media/libstagefright/data/media_codecs_google_c2_video.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_c2_video.xml
  232. # Network
  233. PRODUCT_PACKAGES += \
  234. [email protected]
  235. PRODUCT_COPY_FILES += \
  236. frameworks/native/data/etc/android.software.ipsec_tunnels.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.ipsec_tunnels.xml
  237. # Neural networks
  238. PRODUCT_PACKAGES += \
  239. android.hardware.neuralnetworks-V1-ndk_platform.vendor
  240. # NFC
  241. PRODUCT_PACKAGES += \
  242. [email protected] \
  243. libchrome.vendor
  244. PRODUCT_COPY_FILES += \
  245. frameworks/native/data/etc/android.hardware.nfc.ese.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.ese.xml \
  246. frameworks/native/data/etc/android.hardware.nfc.hce.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.hce.xml \
  247. frameworks/native/data/etc/android.hardware.nfc.hcef.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.hcef.xml \
  248. frameworks/native/data/etc/android.hardware.nfc.uicc.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.uicc.xml \
  249. frameworks/native/data/etc/android.hardware.nfc.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.xml \
  250. frameworks/native/data/etc/com.android.nfc_extras.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/com.android.nfc_extras.xml \
  251. frameworks/native/data/etc/com.nxp.mifare.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/com.nxp.mifare.xml
  252. # Overlays
  253. PRODUCT_PACKAGES += \
  254. CarrierConfigResCommon_Sys \
  255. FrameworksResCommon_Sys \
  256. SettingsResCommon_Sys \
  257. SystemUIResCommon_Sys \
  258. TelecommResCommon_Sys \
  259. TelephonyResCommon_Sys \
  260. WifiResCommon_Sys
  261. PRODUCT_PACKAGES += \
  262. DialerResXiaomi \
  263. FrameworksResTarget_Vendor \
  264. FrameworksResXiaomi \
  265. SettingsProviderResXiaomi \
  266. SettingsResXiaomi \
  267. WifiResTarget \
  268. WifiResTarget_spf
  269. # Partitions
  270. PRODUCT_USE_DYNAMIC_PARTITIONS := true
  271. # Perf
  272. PRODUCT_PACKAGES += \
  273. [email protected]
  274. # Power
  275. PRODUCT_PACKAGES += \
  276. android.hardware.power-service-qti
  277. PRODUCT_COPY_FILES += \
  278. vendor/qcom/opensource/power/config/taro/powerhint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.xml
  279. # QTI
  280. PRODUCT_PACKAGES += \
  281. libqti_vndfwk_detect.vendor \
  282. libvndfwk_detect_jni.qti_vendor \
  283. [email protected]
  284. # QXR
  285. PRODUCT_PACKAGES += \
  286. android.hardware.common-V2-ndk_platform.vendor
  287. # Recovery
  288. PRODUCT_PACKAGES += \
  289. fastbootd
  290. PRODUCT_COPY_FILES += \
  291. $(LOCAL_PATH)/rootdir/etc/init.recovery.qcom.rc:$(TARGET_COPY_OUT_RECOVERY)/root/init.recovery.qcom.rc
  292. # RenderScript
  293. PRODUCT_PACKAGES += \
  294. [email protected]
  295. # RIL
  296. PRODUCT_PACKAGES += \
  297. [email protected] \
  298. [email protected] \
  299. # Secure element
  300. PRODUCT_PACKAGES += \
  301. [email protected]
  302. PRODUCT_COPY_FILES += \
  303. frameworks/native/data/etc/android.hardware.se.omapi.ese.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.se.omapi.ese.xml \
  304. frameworks/native/data/etc/android.hardware.se.omapi.uicc.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.se.omapi.uicc.xml
  305. # Sensors
  306. PRODUCT_PACKAGES += \
  307. [email protected]
  308. PRODUCT_COPY_FILES += \
  309. frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_cape/android.hardware.sensor.accelerometer.xml \
  310. frameworks/native/data/etc/android.hardware.sensor.ambient_temperature.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_cape/android.hardware.sensor.ambient_temperature.xml \
  311. frameworks/native/data/etc/android.hardware.sensor.barometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_cape/android.hardware.sensor.barometer.xml \
  312. frameworks/native/data/etc/android.hardware.sensor.compass.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_cape/android.hardware.sensor.compass.xml \
  313. frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_cape/android.hardware.sensor.gyroscope.xml \
  314. frameworks/native/data/etc/android.hardware.sensor.hifi_sensors.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_cape/android.hardware.sensor.hifi_sensors.xml \
  315. frameworks/native/data/etc/android.hardware.sensor.light.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_cape/android.hardware.sensor.light.xml \
  316. frameworks/native/data/etc/android.hardware.sensor.proximity.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_cape/android.hardware.sensor.proximity.xml \
  317. frameworks/native/data/etc/android.hardware.sensor.relative_humidity.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_cape/android.hardware.sensor.relative_humidity.xml \
  318. frameworks/native/data/etc/android.hardware.sensor.stepcounter.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_cape/android.hardware.sensor.stepcounter.xml \
  319. frameworks/native/data/etc/android.hardware.sensor.stepdetector.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_cape/android.hardware.sensor.stepdetector.xml \
  320. frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_taro/android.hardware.sensor.accelerometer.xml \
  321. frameworks/native/data/etc/android.hardware.sensor.compass.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_taro/android.hardware.sensor.compass.xml \
  322. frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_taro/android.hardware.sensor.gyroscope.xml \
  323. frameworks/native/data/etc/android.hardware.sensor.light.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_taro/android.hardware.sensor.light.xml \
  324. frameworks/native/data/etc/android.hardware.sensor.proximity.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_taro/android.hardware.sensor.proximity.xml \
  325. frameworks/native/data/etc/android.hardware.sensor.stepcounter.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_taro/android.hardware.sensor.stepcounter.xml \
  326. frameworks/native/data/etc/android.hardware.sensor.stepdetector.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/sku_taro/android.hardware.sensor.stepdetector.xml
  327. # Servicetracker
  328. PRODUCT_PACKAGES += \
  329. [email protected]
  330. # Soong namespaces
  331. PRODUCT_SOONG_NAMESPACES += \
  332. $(LOCAL_PATH) \
  333. hardware/xiaomi
  334. # Telephony
  335. PRODUCT_PACKAGES += \
  336. extphonelib \
  337. extphonelib-product \
  338. extphonelib.xml \
  339. extphonelib_product.xml \
  340. ims-ext-common \
  341. ims_ext_common.xml \
  342. qti-telephony-hidl-wrapper \
  343. qti-telephony-hidl-wrapper-prd \
  344. qti_telephony_hidl_wrapper.xml \
  345. qti_telephony_hidl_wrapper_prd.xml \
  346. qti-telephony-utils \
  347. qti-telephony-utils-prd \
  348. qti_telephony_utils.xml \
  349. qti_telephony_utils_prd.xml \
  350. telephony-ext
  351. PRODUCT_BOOT_JARS += \
  352. telephony-ext
  353. PRODUCT_COPY_FILES += \
  354. frameworks/native/data/etc/android.hardware.telephony.cdma.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.cdma.xml \
  355. frameworks/native/data/etc/android.hardware.telephony.gsm.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.gsm.xml \
  356. frameworks/native/data/etc/android.hardware.telephony.ims.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.ims.xml \
  357. frameworks/native/data/etc/android.software.sip.voip.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.sip.voip.xml
  358. # Thermal
  359. PRODUCT_PACKAGES += \
  360. [email protected]
  361. # Touchscreen
  362. PRODUCT_COPY_FILES += \
  363. frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml
  364. # Ueventd
  365. PRODUCT_COPY_FILES += \
  366. $(LOCAL_PATH)/rootdir/etc/ueventd.qcom.rc:$(TARGET_COPY_OUT_VENDOR)/etc/ueventd.rc \
  367. $(LOCAL_PATH)/rootdir/etc/ueventd-odm.rc:$(TARGET_COPY_OUT_ODM)/etc/ueventd.rc
  368. # Update engine
  369. PRODUCT_PACKAGES += \
  370. update_engine \
  371. update_engine_sideload \
  372. update_verifier
  373. PRODUCT_PACKAGES_DEBUG += \
  374. update_engine_client
  375. # USB
  376. PRODUCT_PACKAGES += \
  377. [email protected]
  378. PRODUCT_COPY_FILES += \
  379. frameworks/native/data/etc/android.hardware.usb.accessory.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.accessory.xml \
  380. frameworks/native/data/etc/android.hardware.usb.host.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.host.xml
  381. # Vendor service manager
  382. PRODUCT_PACKAGES += \
  383. vndservicemanager
  384. # Vendor init
  385. PRODUCT_COPY_FILES += \
  386. $(LOCAL_PATH)/rootdir/etc/init.qcom.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.qcom.rc \
  387. $(LOCAL_PATH)/rootdir/etc/init.target.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.target.rc \
  388. $(LOCAL_PATH)/rootdir/etc/init.touch_report.rc:$(TARGET_COPY_OUT_RECOVERY)/root/vendor/etc/init/init.touch_report.rc \
  389. $(LOCAL_PATH)/rootdir/etc/init.touch_report.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.touch_report.rc \
  390. $(LOCAL_PATH)/rootdir/etc/init.xiaomi_sm8450.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.xiaomi_sm8450.rc \
  391. PRODUCT_COPY_FILES += \
  392. $(LOCAL_PATH)/rootdir/bin/init.class_main.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.class_main.sh \
  393. $(LOCAL_PATH)/rootdir/bin/init.qcom.class_core.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.qcom.class_core.sh \
  394. $(LOCAL_PATH)/rootdir/bin/init.qcom.early_boot.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.qcom.early_boot.sh \
  395. $(LOCAL_PATH)/rootdir/bin/init.qcom.post_boot.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.qcom.post_boot.sh \
  396. $(LOCAL_PATH)/rootdir/bin/init.qcom.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.qcom.sh
  397. # Verified boot
  398. PRODUCT_COPY_FILES += \
  399. frameworks/native/data/etc/android.software.verified_boot.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.verified_boot.xml
  400. # Vibrator
  401. PRODUCT_PACKAGES += \
  402. vendor.qti.hardware.vibrator.service
  403. PRODUCT_COPY_FILES += \
  404. vendor/qcom/opensource/vibrator/excluded-input-devices.xml:$(TARGET_COPY_OUT_VENDOR)/etc/excluded-input-devices.xml
  405. # WiFi
  406. PRODUCT_PACKAGES += \
  407. [email protected] \
  408. [email protected] \
  409. hostapd \
  410. hostapd_cli \
  411. libwifi-hal-qcom \
  412. libwpa_client \
  413. wpa_cli \
  414. wpa_supplicant \
  415. wpa_supplicant.conf
  416. PRODUCT_COPY_FILES += \
  417. $(LOCAL_PATH)/wlan/p2p_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/p2p_supplicant_overlay.conf \
  418. $(LOCAL_PATH)/wlan/vendor_cmd.xml:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/vendor_cmd.xml \
  419. $(LOCAL_PATH)/wlan/WCNSS_qcom_cfg_qca6490.ini:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/qca6490/WCNSS_qcom_cfg.ini \
  420. $(LOCAL_PATH)/wlan/wpa_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant_overlay.conf
  421. PRODUCT_COPY_FILES += \
  422. frameworks/native/data/etc/android.hardware.wifi.aware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.aware.xml \
  423. frameworks/native/data/etc/android.hardware.wifi.direct.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.direct.xml \
  424. frameworks/native/data/etc/android.hardware.wifi.passpoint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.passpoint.xml \
  425. frameworks/native/data/etc/android.hardware.wifi.rtt.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.rtt.xml \
  426. frameworks/native/data/etc/android.hardware.wifi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.xml
  427. # WiFi Display
  428. PRODUCT_PACKAGES += \
  429. libnl \
  430. libwfdaac_vendor