Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 95f1d81c authored by Nathan Harold's avatar Nathan Harold Committed by Android (Google) Code Review
Browse files

Merge changes from topic 'sms-file-refactor'

* changes:
  Remove newFromRil() function to a utility class
  Move SMS_RECORD_LENGTH to SmsManager
  Add the frameworks/services dependency to frameworks/opt
  Move OTASP_* Consts from ServiceStateTracker to TelephonyManager
  Port functions from DefaultPhoneNotifier to frameworks/base
  Removing files that have been migrated to frameworks/base
parents 3892b551 f7dc5ac0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src/java) \
	$(call all-logtags-files-under, src/java) \
	$(call all-proto-files-under, proto)

LOCAL_JAVA_LIBRARIES := voip-common ims-common
LOCAL_JAVA_LIBRARIES := voip-common ims-common services
LOCAL_STATIC_JAVA_LIBRARIES := android.hardware.radio@1.0-java-static \
    android.hardware.radio.deprecated@1.0-java-static
LOCAL_MODULE_TAGS := optional
Loading