Update tag for frameworks/base to android-8.1.0_r23

This commit is contained in:
Connor Tumbleson 2018-05-03 10:06:49 -04:00 committed by GitHub
parent 9ba2b8bd5f
commit 21fbe52591
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -222,7 +222,7 @@ to get the source downloaded. This is no small download, expect to use 40-60GB.
After that, you need to build AOSP via this [documentation](https://source.android.com/source/building.html) guide. Now After that, you need to build AOSP via this [documentation](https://source.android.com/source/building.html) guide. Now
we aren't building the entire AOSP package, the initial build is to just see if you are capable of building it. we aren't building the entire AOSP package, the initial build is to just see if you are capable of building it.
We check out a certain tag. Currently we use `android-8.1.0_r9`. We check out a certain tag. Currently we use `android-8.1.0_r23`.
### Including our modified `frameworks/base` package. ### Including our modified `frameworks/base` package.