Skip to content

Commit

Permalink
repo_update: remove framework patches
Browse files Browse the repository at this point in the history
The patches need evaluation and rework for Android 11

Signed-off-by: Alin Jerpelea <[email protected]>
  • Loading branch information
jerpelea committed Sep 25, 2020
1 parent 4121360 commit b676318
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions repo_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,6 @@ enter_aosp_dir hardware/interfaces
apply_gerrit_cl_commit refs/changes/90/1320090/1 3861f7958bec14685cde5b8fee4e590cece76d68
popd

enter_aosp_dir frameworks/base
# Fix bug Device that can't support adoptable storage cannot read the sdcard.
# Change-Id: I7afe5078650fe646e79fced7456f90d4af8a449a
apply_gerrit_cl_commit refs/changes/48/1295748/1 6ec651f12a9b67a9d2e41c2fe4d9a71c29d1cf34
# SystemUI: Implement burn-in protection for status-bar/nav-bar items
# Change-Id: I828dbd4029b4d3b1f2c86b682a03642e3f9aeeb9
apply_gerrit_cl_commit refs/changes/40/824340/2 cf575e7f64a976918938e6ea3bc747011fb3b551
popd

# because "set -e" is used above, when we get to this point, we know
# all patches were applied successfully.
echo "+++ all patches applied successfully! +++"
Expand Down

0 comments on commit b676318

Please sign in to comment.