GPL projects for Android Q Beta 4

103 views
Skip to first unread message

Xin Li

unread,
Jun 5, 2019, 8:00:12 PM6/5/19
to Android Building
Hi, all,

Today, we pushed a small number of GPL projects for Android Q Beta 4. The tag is android-q-preview-4. This preview is not a full platform update and only for reference.

We also pushed the kernel source for the following devices:

Tag                      | Branch                                    | Project                             | Device
android-q-preview-4_r0.1 | android-msm-marlin-3.18-q-preview-4       | kernel/msm                          | Pixel XL (marlin)/Pixel (sailfish)
android-q-preview-4_r0.2 | android-msm-wahoo-4.4-q-preview-4         | kernel/msm                          | Pixel 2 XL (taimen)/Pixel 2 (walleye)
android-q-preview-4_r0.2 | android-amber-intel-linux-4.7-q-preview-4 | kernel/arm64                        | Pixel 2 XL (taimen)/Pixel 2 (walleye)
android-q-preview-4_r0.3 | android-msm-crosshatch-4.9-q-preview-4    | kernel/msm                          | Pixel 3 XL (crosshatch), Pixel 3 (blueline)
android-q-preview-4_r0.3 | android-msm-crosshatch-4.9-q-preview-4    | kernel/msm-extra                    | Pixel 3 XL (crosshatch), Pixel 3 (blueline)
android-q-preview-4_r0.3 | android-msm-crosshatch-4.9-q-preview-4    | kernel/msm-modules/qca-wfi-host-cmn | Pixel 3 XL (crosshatch), Pixel 3 (blueline)
android-q-preview-4_r0.3 | android-msm-crosshatch-4.9-q-preview-4    | kernel/msm-modules/qcacld           | Pixel 3 XL (crosshatch), Pixel 3 (blueline)
android-q-preview-4_r0.3 | android-msm-crosshatch-4.9-q-preview-4    | kernel/msm-modules/wlan-fw-api      | Pixel 3 XL (crosshatch), Pixel 3 (blueline)
android-q-preview-4_r0.3 | android-blue-intel-linux-4.7-q-preview-4  | kernel/arm64                        | Pixel 3 XL (crosshatch), Pixel 3 (blueline)
android-q-preview-4_r0.4 | android-msm-crosshatch-4.9-q-preview-4    | kernel/msm                          | Pixel 3a XL (bonito), Pixel 3a (sargo)
android-q-preview-4_r0.4 | android-msm-crosshatch-4.9-q-preview-4    | kernel/msm-extra                    | Pixel 3a XL (bonito), Pixel 3a (sargo)
android-q-preview-4_r0.4 | android-msm-crosshatch-4.9-q-preview-4    | kernel/msm-modules/qca-wfi-host-cmn | Pixel 3a XL (bonito), Pixel 3a (sargo)
android-q-preview-4_r0.4 | android-msm-crosshatch-4.9-q-preview-4    | kernel/msm-modules/qcacld           | Pixel 3a XL (bonito), Pixel 3a (sargo)
android-q-preview-4_r0.4 | android-msm-crosshatch-4.9-q-preview-4    | kernel/msm-modules/wlan-fw-api      | Pixel 3a XL (bonito), Pixel 3a (sargo)
android-q-preview-4_r0.4 | android-blue-intel-linux-4.7-q-preview-4  | kernel/arm64                        | Pixel 3a XL (bonito), Pixel 3a (sargo)


Thanks!

陌陌

unread,
Jun 16, 2019, 4:08:17 PM6/16/19
to Android Building
Hi, Google,

We download android-q-preview-4, and try to build, but met below error,  Could you tell us how to fix the error?

external/f2fs-tools/mkfs/f2fs_format.c:1557:37: error: adding 'int' to a string does not append to the string [-Werror,-Wstring-plus-int]
                memcpy(dent_blk->filename[3], LPF + F2FS_SLOT_LEN,
                                              ~~~~^~~~~~~~~~~~~~~
external/f2fs-tools/mkfs/f2fs_format.c:1557:37: note: use array indexing to silence this warning
                memcpy(dent_blk->filename[3], LPF + F2FS_SLOT_LEN,
                                                  ^
                                              &   [              ]

Thanks.

Paulo Costa

unread,
Jun 16, 2019, 10:47:45 PM6/16/19
to Android Building
I found this problem too, and for once the fix was exactly what the error suggested:

LPF + F2FS_SLOT_LEN -> &LPF[F2FS_SLOT_LEN]

However, there are other compilation errors after this one -- I gave up before I could get to the end of a full compilation.

Also, the tag doesn't have many of the Q's changes -- particularly in framework, most of the new APIs are missing, which makes it kind of useless :/

I ended extracting framework.jar from a Q beta 4 device and decompiling it with dex2jar.

Glenn Kasten

unread,
Jun 18, 2019, 2:05:48 PM6/18/19
to Android Building
This preview is not intended to be buildable, it is for reference only.
Reply all
Reply to author
Forward
0 new messages