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

Commit 5656e3a1 authored by nharold's avatar nharold Committed by Gerrit Code Review
Browse files

Merge changes from topic 'sms-files-move-opt-to-base'

* 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
  Remove Extraneous Dependency from DefaultPhoneNotifier
  Port functions from DefaultPhoneNotifier to frameworks/base
  Move files from frameworks/opt/telephony to frameworks/base
parents 29a1acb5 6f353394
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-V1.1-java-static \
    android.hardware.radio.deprecated-V1.0-java-static

Loading