-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
karate #23
Open
Bala03
wants to merge
23
commits into
AOKP:oreo
Choose a base branch
from
Bala03:patch-1
base: oreo
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
karate #23
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Change-Id: Ic5dee75822f5db93d24423de9afef00bdbad535a Signed-off-by: STELIX <[email protected]>
* Will be re-written in device/lineage Change-Id: Ie715d67a163487fb1c3de1d93c8c0fc2b3ffed89
* TODO: Rebrand cmsdk when it's in a working state Change-Id: I0d8d573f9e0032110ae3a0f54ebe11a877b83137
Change-Id: I96c4da13c0f15795432eef7af24a21e7a5903cd4
Change-Id: If50a5f28f1d90758f4cddec74b34bf18c2765cfa
* Required to access android-base/unique_fd.h * Includes following commit from CAF device/qcom/common healthd: Add include path for minui.h The minui.h header file path has changed such that it now resides within recovery/minui/include. Update the healthd makefile to reflect this Change-Id: I4ed371156b075f5b96404480b3703f113003979b Change-Id: I60bc31ecaa07dad40b37265ded37d64b492bd029
Oreo doesn't allow usage of the old alarm interface anymore, so simply remove it and switch to timerfd. Also update the timerfd interface from CAF O release Change-Id: I22fc00630072cbf18976239dc039bf2135946045
Change-Id: I7e7e4bc70d37cfd413ab6d9725fc39dc652ed6e9
Change-Id: If51b9122d7d7d0ee25fd77278a808442d461b8a0
Change-Id: Ib61b9b559c4b0e536979e5cb25fba50aa56c138d
*) Put Lineage rc files in /system/etc/init instead of /init.lineage.rc *) Split into function specific files (vibrator-specific stuff moved to our custom vibrator HAL service) Change-Id: I1d00950253fbf7fdd7a4b7bd52adbed971923575
* Starting with Oreo, all the apps that target O+ are always subject to background restrictions (aosp-mirror/platform_frameworks_base@42a386b). The manifest-registered receivers of apps with a targetSdkVersion higher than 25 won't receive the broadcast. Instead, a message similar to the following will appear in LogCat: 10-07 14:13:49.594 719 736 W BroadcastQueue: Background execution not allowed: receiving Intent { act=lineageos.intent.action.LID_STATE_CHANGED flg=0x20000010 (has extras) } to org.lineageos.flipflap/.EventReceiver * Exempt some of our broadcast actions so that we can keep targetting the latest SDK. Change-Id: I075608e18994f64db5e89658757dca307f07c417
Change-Id: I476ebe5f55e409d270f312a977f59a93bb4c2b5c
This reverts commit d4b3767. Change-Id: I598f0fdef11ceced2345f90b8ed1ed8a5d1652e0 Signed-off-by: STELIX <[email protected]>
Change-Id: I7a071528ffe6b3cd9f7945fb847d5c2725e4195c Signed-off-by: STELIX <[email protected]>
Change-Id: I9f53ac577c11775c0502c30a3a8ac09f71c951bc Signed-off-by: Arnav Gupta <[email protected]>
Change-Id: I62d38cbe2f68f2f0d4150c6a32dbdaa556b7e8e3 Signed-off-by: STELIX <[email protected]>
Change-Id: I9061f3c340bfedec3aa69ceb1191a3f7736da985 Signed-off-by: STELIX <[email protected]>
Change-Id: I6ec31dccc5a9be412d44015e307875db917fcfdb Signed-off-by: STELIX <[email protected]>
Change-Id: If98d401f8592e5903a4b9e7ec80b6653b195cc21 Signed-off-by: STELIX <[email protected]>
Change-Id: I5f60ecbfc1752280cd7afd99c60a7f3746d4837a Signed-off-by: STELIX <[email protected]>
Change-Id: I095acff89a3bcbc1eb878a06052ab4b48e6310d4 Signed-off-by: STELIX <[email protected]>
aokp-gerrit
force-pushed
the
oreo
branch
2 times, most recently
from
December 12, 2017 21:34
d11e502
to
8d8db45
Compare
aokp-gerrit
force-pushed
the
oreo
branch
2 times, most recently
from
March 30, 2018 19:30
f562def
to
7aefc30
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
add support for karate