aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Changed the naming scheme for Treble java libraries (both static and dynamic)Andreas Huber2017-04-131-2/+2
| | | | | | | | | android.hardware.foo@1.0-java => android.hardware.foo-V1.0-java Bug: 37207894 Test: make Change-Id: Ic655ecd0390e09fb256b6f04b505335f35bc19e3 Merged-In: I42a6603d61327752212d5ed3b297293b301a9e00
* Revert "Add the frameworks/services dependency to frameworks/opt"Nathan Harold2017-03-061-1/+1
| | | | | | | | This reverts commit fafffe1a47bdfecb23e33ea610966dd3103ce782. Bug: 203414389 Test: compilation aosp_sailfish, aosp_fugu Change-Id: I6965b04f022fd6eb762831d50a8fbbd48432022d
* Add the frameworks/services dependency to frameworks/optNathan Harold2017-03-031-1/+1
| | | | Change-Id: Iba81c2fb528065f92981349146905e9f0879f815
* OemHook client implementation.Amit Mahajan2017-02-221-1/+2
| | | | | | | Test: Basic telephony sanity Bug: 32020264 Bug: 34344851 Change-Id: I7383da9245cc68d80eaebf27ebd26404d2d29f9f
* Adding simple radio service and callbacks.Amit Mahajan2017-01-041-0/+1
| | | | | | Test: Sanity tests by telephony test team. Bug: 32020264 Change-Id: I70552a681006ec46c901bdafb9d346c559ba5ec9
* Removed nano proto accessors usageJack Yu2016-10-311-1/+1
| | | | | | | | | | | | | | The generated proto java files consists 484 methods which might break DEX's 64k method limit. Removed the accessors and directly accessing the fields can lower the generated method counts to 140. This will require some changes on the server side as well. Test: runtest -x frameworks/opt/telephony/tests/telephonytests/src/ com/android/internal/telephony/metrics/TelephonyMetricsTest.java bug: 32544494 Change-Id: I766bf3402a138cf0570d5374ed0d8e1d95f25d52
* Combined TelephonyEventLog and part of the connectivity metricsJack Yu2016-09-291-1/+7
| | | | | | | | | | app into the new TelephonyMetrics Added the new TelephonyMetrics to support metrics collection through dumpsys. bug: 31224848 Change-Id: If4b6032e98b6cc8b68e8459e0e799a3755b1f2f9
* Instrument telephony-common when EMMA_INSTRUMENT_FRAMEWORK is true.Allen Hair2016-08-241-0/+4
| | | | | Bug: 28269038 Change-Id: Ia2ccfc9d549608c089b2c3ead24c25df6bdcd1b4
* Merge kwd to masterWink Saville2014-06-121-1/+1
| | | | Change-Id: Idb607c0aa32f80fe4fe1539aedea7a221e9e7f04
* fix PDK no-java buildkeunyoung2013-03-131-0/+4
| | | | | | | | - As this component is in PDK, it should not be built when necessary frameworks libraries are not available. - For full platform source tree, the ...JAVA_SUPPORT_LEVEL is platform. Change-Id: I6d37970ab7a3e5183d3a04b003ec3f81f907abc8
* Delete frameworks/base/voip use voip-common from frameworks/opt/net/voipWink Saville2013-01-281-0/+1
| | | | Change-Id: Ieaba759a0f69b45c4b8839cbed1fe757cdf190c5
* Fix telephony-common build errorRoger Chen2012-12-231-6/+3
| | | | | | | | | | | | | | Build command: make telephony-common Build error info as below: make: *** No rule to make target `frameworks/opt/telephony/ src/java/com/android/internal/telephony/AdnRecord.aidl', needed by `out/target/common/obj/JAVA_LIBRARIES/ telephony-common_intermediates/src/src/java/com/android/ internal/telephony/IIccPhoneBook.java'. Stop. Change-Id: Id836d0777a1c7f17dab0153e94054c7d20441d93 Signed-off-by: Roger Chen <cxr514033970@gmail.com>
* Telephony: Move AdnRecord.aidl into opt/telephonyAlex Yakavenka2012-08-031-0/+1
| | | | Change-Id: I827343c758dd2aac9014c4f98b247e3784606516
* Create telephony-common - DO NOT MERGEWink Saville2012-07-171-0/+34
telephony-common was created by moving some of frameworks/base/telephony to: frameworks/opt/telephony Change-Id: I32cbb5eec1fa239c1587e055c8f7ef4fc48fb62c