summaryrefslogtreecommitdiff
path: root/CleanSpec.mk
AgeCommit message (Collapse)Author
2020-02-19Include OsuLogin in Wifi apexDavid Su
Build OsuLogin against system_current and make it available to the wifi apex. Bug: 149346045 Test: Attempted to connect to an OSU network, verify OsuLogin page pops up Change-Id: Ib71772f09d85b544f1298493ca34b10243a6a9f5
2019-12-20Fix clean InProcessTethering fail problemmarkchien
CleanSpec only respect root of a git project. Remove packages/Tethering/CldanSpec.mk because it never be read. Bug: 144320246 Test: manual build InProcessTethering and observed it is removed after adding new clean step. Change-Id: I58750e4a1fe11018d83da1ebf828d1b3134ec765
2019-12-18Migrating Incremental* APIs to PackageManager APIs.Alex Buynytskyy
This is the first step, migrating java parts. CleanSpec.mk added as a workaround for b/146502407 Test: builds and flashes Bug: b/136132412 Change-Id: Id0a26aa011b555ea457b5aafe7f5789c36d25bcc
2019-12-12Move service-statsd.jar into statsd apexTej Singh
This moves StatsCompanionService into the statsd apex. service-statsd.jar is no longer installed to system/framework, and is instead installed to /apex/com.android.os.statsd/javalib/service-statsd.jar. Bug: 145923413 Test: make clean; make; vendor/google/tools/flashall and manual inspection of jar locations Test: made trivial update to SCS and bumped the version of the apex. Then did: 1. make com.android.os.statsd 2. adb install com.android.os.statsd 3. adb reboot. Verified that the change was reflected via the apex update Change-Id: I456a60d022d4286f47fe3dd5cd159de39897119e
2019-11-22Rename framework and service jarsAnton Hansson
Name them framework-* and service-* instead of *-(framework|service). This matches the proposal in go/android-apex-for-framework. Test: treehugger Change-Id: I16754a5f08e002a8bc8862b11281f12cc6c8739f
2019-10-01Create frameworks/base/telephony/common for common non-mainline telephony code.Amit Mahajan
And move mms util code to the new folder. Test: basic sanity Bug: 140763963 Change-Id: I0d92ed3fca1fc186484ea8d3c5d17b6e332e7d22
2019-09-11Move nist-sip from ext.jar to voip-common.jarAmit Mahajan
No component other than voip-common uses it. Test: basic sanity Bug: 140872785 Change-Id: Ie8c9a7266d1ed9ea67b43c9267610e236b6e547a
2019-05-22InProcessNetworkStack requires platform-signed APKRemi NGUYEN VAN
PlatformCaptivePortalLogin must be used with InProcessNetworkStack instead of CaptivePortalLogin, since the signature of the APKs must match. Bug: 132666298 Test: Flashed walleye_svelte-eng, networking and captive portal working, including "use as-is". Change-Id: I243b29f2397b22f0d55af0d8927e75916d644198
2019-05-10Add DefaultContainerService to CleanSpec.Varun Shah
Bug: 132438832 Bug: 111838160 Test: builds and flashes. Change-Id: Id76eb62c569911743097f1ff6136a9fbf9746510
2019-04-22Removing left over experimental overlays and frame width (1/2)Matthew Ng
Frame width is not used because navigation bar is always on the bottom. Test: manual Bug: 113952590 Change-Id: Ie090e937e98cb48089857ade157eee237a16965d
2019-03-24CleanSpec for DynamicAndroidInstallationServicePo-Chien Hsueh
We renamed DynamicAndroidInstallationService, add it to CleanSpec. Bug: 129159349 Test: Rename and make Change-Id: I5445cafbbd5b0ae7af77fdf76ddc50ce6ad1e6de
2019-01-07Move default sounds to /productAnton Hansson
The set of audio files is frequently customized, so move the default set to /product. The frameworks scans both of these directories. Bug: 80410283 Bug: 118826166 Test: verify sounds available in soundpicker Change-Id: I3bfc71b46eb64b4d4614b62c65fb8821bf1c271a
2018-12-18Move SystemUI and its permissions to /productAnton Hansson
Since this app is frequently customized by OEMs, it doesn't fit in the mainline /system image right now. Move it to /product. Bug: 110072687 Test: make Test: boot blueline Test: atest SystemUITests Change-Id: If27bcccd62f239f716db5ee7f4f1418d936e1cf4
2018-11-29More options to mix floating and nav bar height overlays (1/2)Matthew Ng
Before slim buttons and floating were mutually exclusive, now they can both be enabled as overlays so floating with a slim nav height can occur. Bug: 112934365 Test: manual Change-Id: Ic6b3e1216e5395e71c72391f893182e263188572
2018-08-30Build com.android.media.remotedisplay with java_sdk_librarySundong Ahn
com.android.media.remotedisplay is built with java_sdk_library and api files are added by running "make update-api". The com.android.media.remotedisplay.xml is removed since it will be made auto generation by soong when the library is built with java_sdk_library. Bug:77577799 Test: make -j Test: make checkapi Test: adb shell cmd package list libraries |\ grep com.android.media.remotedisplay And check the com.android.media.remotedisplay library Change-Id: I40e2d5456877a434f7c1ae70b6ec3692db106537
2018-06-28Merge "Build com.android.future.usb.accessory with java_sdk_library"Sundong Ahn
am: 10cfc61774 Change-Id: Ie6abdaa1c9f58ada60da5514bbd1ed261d09fd0b
2018-06-19Build com.android.future.usb.accessory with java_sdk_librarySundong Ahn
com.android.future.usb.accessory is built with java_sdk_library and api files are added by running "make update-api". Bug:77577799 Test: make -j Test: make checkapi Test: adb shell cmd package list libraries |\ grep com.android.future.usb.accessory And check the com.android.future.usb.accessory library Change-Id: I21c635c06ab809b3d1b34b2a8de055fa20d9b066
2018-06-14Merge "Build com.android.location.provider with java_sdk_library"Sundong Ahn
am: aa5d8dfeb0 Change-Id: I53720ed4fcbe9f00f2f1f607d07efa9adaaf7bb4
2018-06-07Build com.android.location.provider with java_sdk_librarySundong Ahn
com.android.location.provider is built with java_sdk_library and api files are added by running "make update-api". Remove com.android.location.provider.xml since it will be make auto generation by soong when the library is built with java_sdk_library. Bug:77577799 Test: make -j Test: make checkapi Test: adb shell cmd package list libraries |\ grep com.android.location.provider And check the com.android.location.provider library Change-Id: Iad0b4452fd87716c277235f3da6f3540aafdbed3
2018-06-04com.android.mediadrm.signer is built with java_sdk_librarySundong Ahn
The com.android.mediadrm.signer is built with java_sdk_library and api files are added by running "make update-api". The com.android.mediadrm.signer is removed in platform.xml since it will be made auto generation by soong when the library is built with java_sdk_library. Bug:77577799 Test: make -j Test: make checkapi Merged-In: I0e773615abe6aa8d757e489de2b9d807cd356146 Change-Id: I0e773615abe6aa8d757e489de2b9d807cd356146 (cherry picked from commit 2e1089bae43fe327346c531fcbdd4cc5d1664b14)
2018-05-31com.android.mediadrm.signer is built with java_sdk_librarySundong Ahn
The com.android.mediadrm.signer is built with java_sdk_library and api files are added by running "make update-api". The com.android.mediadrm.signer is removed in platform.xml since it will be made auto generation by soong when the library is built with java_sdk_library. Bug:77577799 Test: make -j Test: make checkapi Test: adb shell cmd package list libraries |\ grep com.android.mediadrm.signer And check the com.android.mediadrm.signer library Merged-In: I0e773615abe6aa8d757e489de2b9d807cd356146 Change-Id: I0e773615abe6aa8d757e489de2b9d807cd356146 (cherry picked from commit 2e1089bae43fe327346c531fcbdd4cc5d1664b14)
2018-04-16Enforce dump permission in stats serviceTej Singh
Enforces the dump permission in stats service and fixes a typo in an enum name. Bug: b/77723108 Test: adb shell dumpsys stats as root and not root Test: build success on marlin (and cts build success) Change-Id: I131f97fe4fd370d50bc4ad369377f6adcca5f6ae
2017-03-10Clean spec to deal with rename of auto_fill to autofillAmith Yamasani
Fixes a local build failure I was having. Test: N/A Change-Id: I0ad770e96e0a4d72a7d538ebc1ba0b19de5996c7
2016-11-15Rename MountService to StorageManagerService.Sudheer Shanka
Bug: 30977067 Test: Existing tests pass Change-Id: Ieac0f11c2b249dcd60441b14c1f391e6f8131d42
2016-03-03Fix incremental buildEino-Ville Talvala
Remove old generated camera AIDL code Change-Id: I8293c08abb94ca0abca1fb2e892586202ccc3443
2016-01-19Fix local builds by adding CleanSpec commandAdam Lesinski
Changed the package name of an R.java generated file, so we need to clean up the old one left behind from a previous build. Change-Id: I3ece312d367a30d736084736c44238b4e52d22d7
2015-11-23AudioService: remove dead codeJean-Michel Trivi
Remove dead code related to media button event receiver and remote control display, now handled by MediaSession* Change-Id: I4bd621240ddddf4df079df8d551c72b232c3301d
2015-09-02Add android.support.v7.recyclerview resourceYing Wang
Change-Id: I74b8eba475205fae5a9bb51f35d70daed37cc475
2015-06-02Remove device initializer status messagesCraig Lafayette
- Remove ManagedProvision Bluetooth extras from DevicePolicyManager - Remove ManagedProvisioning device initializer status action and extras from DevicePolicyManager. - Remove DIA status update protected-broadcast and permission - Remove DPM.sendDeviceInitializerStatus method Bug: 21559093 Change-Id: Ibb651ebb2772ace6a16a5830f82f75465150e6e3
2015-05-06Revert "Initial draft of new MediaRouter APIs."Jeff Brown
This reverts commit 1a937b04e63539cb1fab1bde601031d415c7156f. Bug: 20641986 Change-Id: I035d945d1561e5fc7c914aa9362635f763c83cfd
2015-02-24Clean-up stale inputflinger binaries and associated libs.Michael Wright
Change-Id: I7ea2591e701140430ab2060ae0ce51af114c3acf
2015-02-10Split up android.policy into framework.jar and services.jar 1/3Jorim Jaggi
Change-Id: Ifd69f1f3dd308a7e17a1442e2f3950da8b03cec4
2015-01-07Remove dead code #7: Remove unused SysUI resourcesJorim Jaggi
Change-Id: I6e338dee76063d7d200967bef0ed1122c2769d42
2014-11-12Obliterate LockPatternUtilsCacheAdrian Roos
It is disabled dead code already and not useful anymore with the new caching in LockSettingsService. Bug: 18163444 Change-Id: Icc184e923e0fbeab31ed128336c01f835b24c6f2
2014-09-12Renaming Telecomm to Telecom.Tyler Gunn
- Changing package from android.telecomm to android.telecom - Changing package from com.android.telecomm to com.android.server.telecomm. - Renaming TelecommManager to TelecomManager. Bug: 17364651 Change-Id: I192cb5d189f55db012ea72ee82ccc5aedbc21638
2014-08-21Clean up RsFountainFbo_intermediates.Stephen Hines
Change-Id: I5c041bac357466d918d3dd209f36b505fd000852
2014-08-20Add cleanspec for inputflinger removalMichael Wright
Change-Id: I4fe5ca7f8024d3a8d68eea6070d8c508501da280
2014-08-15Remove system_server classes from the boot image.Narayan Kamath
We set the system_server classpath in the environment (like we do with BOOTCLASSPATH). After the zygote forks the system_server, we dexopt the classpath (if needed) and then launch the system server with the correct PathClassLoader. This needed several small / medium refactorings : - The logic for connecting to installd is now in a separate class and belongs in the system_server. - SystemService / SystemServiceManager have now moved to classes.jar. They are only used from there, and since they use Class.forName, we want them to be loaded by the system_server classloader, and not the bootclassloader. - BootReceiver now moves to frameworks.jar, because it is used by ActivityThread and friends. bug: 16555230 Change-Id: Ic84f0b2baf611eeedff6d123cb7191bb0259e600
2014-08-06CleanSpec!Jeff Sharkey
Change-Id: I0f2375c281ed24615604abf41aad6e976a5d5427
2014-07-25Add getPackageName to MediaControllerRoboErik
This removes the MediaSessionInfo class and adds a method on the controller to get the package name. This also converts code that depended on the session's UUID to use the token for comparison or the Tag in the case of test code that needs a string identifier. Change-Id: Icb8dc76c70e23e897da8fd07651c524b96372bf9
2014-07-25Add clean step to remove old framework intermediatesRoboErik
The framework intermediates path moved. Failing to notice this will cause your classpath to be wrong and you'll get red on new aidl methods. This removes the old path which makes it more obvious that it's moved. Change-Id: If1a36fefc703b7899e09687e2de598c3830fa72e
2014-07-21Build framework.jar with multidex support.Ying Wang
We don't need the framework/framework2 split now with the multidex support. Change-Id: I30ee5c7e24df87b2c54e854f17fbf0b5adef4c60
2014-07-08Move ICallService.aidl to IConnectionService.aidlSailesh Nepal
Change-Id: I5a082e50dafea0104174cb97d3ae8af168944fc3
2014-07-02CleanSpec to fix build.Jeff Sharkey
Change-Id: I3995214498d22fa1bdb82eb44cda2e5ca6ba02a4
2014-07-02Use cached thumbnails in Recent tasks.Craig Mautner
The thumbnail returned from ActivityManager.getTaskThumbnail() now contains either a Bitmap or a ParcelFileDescriptor that points to a file containing a compressed Bitmap. The Recent tasks list is now responsible for all thumbnail Bitmap caching as the activity manager keeps only the most recent 5. This also permits low memory devices to have many more tasks in the Recent tasks list. As part of this CL the concept of subtasks is removed eliminating code supporting the TaskAccessInfo and IThumbnailRetriever classes. Fixes bug 15828934. Change-Id: I0fd0320a1a04e3c78d79357899b83a2fff97abf2
2014-06-26Fix lpdk build.Wink Saville
Move aidl files from frameworks/opt/net/ims to frameworks/base so lpdk compiles. The reason is lpdk doesn't have frameworks/base sources so references to Pending and Bundle in aidl files breaks the pdk build. I had to move all of them and the ims/*java files for dependency reasons. Change-Id: I92452562591b157cecdfc01bcd892c4f35f5965c
2014-06-22Mobile_radio in battery history is not accurateWink Saville
Invoke TelephonyManager#listen to connect mPhoneStateListener to receive the notifications. Bug: 15568103 Change-Id: I5a3fa6347704e96ceb34289f74ba6e3157bbb333
2014-06-17Switch everything to scheduled jobsChristopher Tate
Everything that used the IdleMaintenance APIs/broadcasts gets to use the spiffy new JobScheduler instead. Hooray! On top of that, the now-obsolete "idle maintenance" APIs are now gone entirely. Double hooray! Bug 14993295 Change-Id: I5fb67c296ca8cd0ba8a2c8760a0f0d9d962d813b
2014-06-13Merge kwd to masterWink Saville
Add initial IMS and MSIM support from klp-wireless-dev-mirror Change-Id: Idb607c0aa32f80fe4fe1539aedea7a221e9e7f04
2014-06-10Out with the old; in with the newChristopher Tate
Switch to the official "JobScheduler" etc naming. Bug 14997851 Change-Id: I73a61aaa9af0740c114d08188bd97c52f3ac86b7