Cleanup usage of static

* The entire point of singletons is to not make everything static

Change-Id: I4b5ab57ee551a265975ca5850ef583d6b4c51fc7
1 file changed
tree: 21ef6d1215a724b2056c44917139bbd0b2652f49
  1. src/
  2. Android.mk
  3. README.md
README.md

qti-telephony-common

Including this jar

To include this jar in your builds, you must add qti-telephony-common to PRODUCT_PACKAGES and add telephony-ext to PRODUCT_BOOT_JARS. For devices not using qcom sepolicy, extphone must be labelled as u:object_r:radio_service:s0 in the device's private platform selinux service contexts.

Avoiding this jar

If a device provides its own qti-telephony-common target, either by extending this with more device specific extensions or setting up the proprietary one as a target, the device must set TARGET_PROVIDES_QTI_TELEPHONY_JAR to true.