From 25f0bc085e50a27ac51b61bc7146951877ead1ed Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Tue, 18 Dec 2018 17:01:29 -0500 Subject: [PATCH] docs: add note about switching to r22 from r3 (9.0.0) --- INTERNAL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INTERNAL.md b/INTERNAL.md index 2326f42c..84cbd3fc 100644 --- a/INTERNAL.md +++ b/INTERNAL.md @@ -225,8 +225,8 @@ we aren't building the entire AOSP package, the initial build is to just see if We check out a certain tag. Currently we use - * aapt2 - `android-9.0.0_r3`. - * aapt1 - `android-9.0.0_r3`. + * aapt2 - `android-9.0.0_r22`. + * aapt1 - `android-9.0.0_r22`. ### Including our modified `frameworks/base` package.