-
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split build scripts to support standard and slow-gpu variants
Usually we do not change the framework, but recent Android-12 UI changes made some of the devices unusable. Let's patch AOSP for such devices and ship releases patched to give our users better use experience. Signed-off-by: Roman Stratiienko <[email protected]> Change-Id: I907a825e38122779279b7b6a6be4457c63badf9d
- Loading branch information
Showing
3 changed files
with
29 additions
and
9 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,4 +59,6 @@ USER ${RUN_USER} | |
# Install repo | ||
RUN wget -P ${USER_HOME}/bin http://commondatastorage.googleapis.com/git-repo-downloads/repo && chmod a+x ${USER_HOME}/bin/repo | ||
|
||
RUN git config --global user.name "FIRST_NAME LAST_NAME" && git config --global user.email "[email protected]" | ||
|
||
CMD [ "/bin/bash" ] |
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