Merge AOSP android-9.0.0_r3
Fix conflicts and make it build in 5.1, 6.0, 7.1, 8.1, and 9.0 Change-Id: Ida0a64c29ff27d339b7f42a18d820930964ac6e4
This commit is contained in:
+3
-3
@@ -89,11 +89,11 @@ int main() {
|
||||
gr_color(255, 255, 255, 255);
|
||||
gr_fill(0, 0, gr_fb_width(), gr_fb_height());
|
||||
gr_color(255, 0, 0, 255);
|
||||
gr_text(10, 10, "RED red RED", false);
|
||||
gr_text(gr_sys_font(), 10, 10, "RED red RED", false);
|
||||
gr_color(0, 255, 0, 255);
|
||||
gr_text(10, 50, "GREEN green GREEN", false);
|
||||
gr_text(gr_sys_font(), 10, 50, "GREEN green GREEN", false);
|
||||
gr_color(0, 0, 255, 255);
|
||||
gr_text(10, 90, "BLUE blue BLUE", false);
|
||||
gr_text(gr_sys_font(), 10, 90, "BLUE blue BLUE", false);
|
||||
gr_flip();
|
||||
sleep(3);
|
||||
printf("PNG test with /res/images/test.png\n");
|
||||
|
||||
Reference in New Issue
Block a user