Commit Graph

897 Commits

Author SHA1 Message Date
Jake Weinstein 3a2775cacd manifest: Remove Car repos for now
Because of Qualcomm's Bluetooth modules changes
(mostly using a really old version), AOSP Car
gives the error below. Track from CLO.

error: packages/services/Car/car-lib-module/Android.bp:22:1: module "android.car-module.stubs.source.module_lib" variant "android_common" (created by module "android.car-module" variant "android_common"): source path "packages/modules/Bluetooth/framework/aidl-export" does not exist

Change-Id: I577216125abd15af74f147128251cf4ee23eb367
2023-02-01 15:53:09 +09:00
Jake Weinstein 105c3022fc manifest: Upgrade to LA.QSSI.13.0.r1-08900.01-qssi.0
This tag includes Android 13 QPR1. For that
reason, I am removing some of the manual
forks and tracks since we can just
use upstream. I kept forks and tracks
that are frequently changed by AOSP.

Change-Id: I6cbbbf80d12dc79a9159e6511e2e0eef17663941
2023-02-01 04:55:15 +00:00
Richard Raya 899cdbc9da manifest: Globally track devicesettings
Change-Id: Ib4840bfdd12f733c9a4d4e5cd0d9da5a81e8600e
2023-01-30 08:13:03 +00:00
Jake Weinstein e48afd8acf manifest: Fork QC interfaces
Change-Id: I406488bbd2c54c8cd0dc3fa1581fc9fc228fc2c4
2023-01-26 15:31:34 +09:00
chrisl7 3f5dc6d8c2 manifest: aospa: track st nfc fork
Change-Id: I5d28d776542907c097baed184f1ba0f8b4ed7a7e
Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
2023-01-15 02:31:36 +00:00
chrisl7 3316abcacd manifest: vendor: Update to LA.VENDOR.1.0.r1-19800-WAIPIO.QSSI13.0
Change-Id: I1e7771767667a62df89a663de9877d75c0e85c4f
Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
2023-01-14 20:39:59 +00:00
Jake Weinstein 77853aa332 manifest: Update to LA.QSSI.13.0.r1-08600.01-qssi.0
Change-Id: I8036291e400a210a207934d10638dbe2065584b3
Signed-off-by: Omkar Chandorkar <gotenksIN@aospa.co>
2023-01-14 07:25:19 +00:00
Jake Weinstein fb8d789679 manifest: Correct remote typo
This didn't affect anything since we fork
device/qcom/vendor-common, but I'll
fix it anyway.

Change-Id: Ia6201c8fc00ae31d0e19efae98520658904f6a5c
2023-01-13 22:14:22 +00:00
Jake Weinstein 8f249d43b9 manifest: fix display-commonsys path
Change-Id: I700dd9fcc78c2c612ecefd4ce790965854e6b892
2023-01-11 16:01:35 -06:00
Jake Weinstein 2799dc77b5 manifest: fork display-commonsys
Change-Id: I3682ce4bfbd2706ae2e2f2683d0cc82661033636
2023-01-11 13:56:53 -06:00
Mashopy 5c981b0bec manifest: Track our hardware/lineage/compat
Change-Id: I1c5aa3d2a2f3475f3e99a0d202ebfdba0da6191b
2023-01-10 21:40:04 +01:00
Tobias Merkel fc16ab10b7 manifest: Track Paranoid SystemUI
Change-Id: I2dbd12ab7731991000b1a0c6d027ab881baa6398
2023-01-08 22:38:03 +00:00
Jake Weinstein 1d8b874722 manifest: Update to android-13.0.0_r23 (January 5, 2023 SPL)
Change-Id: Ifb719e57ab395679ce6f7145b424e2d0a0df7051
2023-01-04 06:31:50 +00:00
Adithya R 644c4d7da4 manifest: Track our CarrierConfig fork
Change-Id: I270c3ad849def0f0c194bc0bde1d8b271c248ab1
2022-12-23 09:15:12 +00:00
Jake Weinstein 0ca65815c9 manifest: Update to LA.QSSI.13.0.r1-08300-qssi.0
Change-Id: I73b9fdd1c0aca95b8adb655dace8d37ea37efdef
2022-12-23 14:05:46 +09:00
Jake Weinstein 72b1b66ce2 manifest: Update to LA.QSSI.13.0.r1-08200-qssi.0
Change-Id: I05cc529f7c2926d49729177a33f172ac1c6e5945
2022-12-22 15:45:31 +09:00
Jake Weinstein 199086fc96 manifest: Fork packages/modules/common
AOSP added new modules and QC has some of their own
for Wi-Fi also.

Fixes
FAILED: Diff packages/modules/common/build/allowed_deps.txt and /out/jake/soong/apex/depsinfo/new-allowed-deps.txt
Outputs: /out/jake/soong/apex/depsinfo/new-allowed-deps.txt.check
Error: exited with code: 1
Command:                        if grep -v '^#' packages/modules/common/build/allowed_deps.txt | diff -B - /out/jake/soong/apex/depsinfo/new-allowed-deps.txt; then
  touch /out/jake/soong/apex/depsinfo/new-allowed-deps.txt.check;                       else                            echo -e "\n******************************";          echo "ERROR: go/apex-allowed-deps-error";                                echo "******************************";                          echo "Detected changes to allowed dependencies in updatable modules.";                                echo "To fix and update packages/modules/common/build/allowed_deps.txt, please run:";                        echo -e "$ (croot && packages/modules/common/build/update-apex-allowed-deps.sh)\n";                              echo "When submitting the generated CL, you must include the following information";                          echo "in the commit message if you are adding a new dependency:";                               echo "Apex-Size-Increase:";  echo "Previous-Platform-Support:";                               echo "Aosp-First:";                             echo "Test-Info:";                              echo "You do not need OWNERS approval to submit the change, but mainline-modularization@";                            echo "will periodically review additions and may require changes.";  echo -e "******************************\n";                              exit 1;                 fi;
Output:
954a955
> prebuilt_car-ui-lib-source(minSdkVersion:28)
-e
******************************
ERROR: go/apex-allowed-deps-error
******************************
Detected changes to allowed dependencies in updatable modules.
To fix and update packages/modules/common/build/allowed_deps.txt, please run:
-e $ (croot && packages/modules/common/build/update-apex-allowed-deps.sh)

When submitting the generated CL, you must include the following information
in the commit message if you are adding a new dependency:
Apex-Size-Increase:
Previous-Platform-Support:
Aosp-First:
Test-Info:
You do not need OWNERS approval to submit the change, but mainline-modularization@
will periodically review additions and may require changes.
-e ******************************

Change-Id: Ia6246355dcd7c0fd349d42986f3c2a326d4211af
2022-12-18 16:55:08 +09:00
Vishalcj17 6d5e073f97 manifest: Track IntentResolver from AOSP.
* SystemUI in QPR1 depends on it.

Change-Id: I9aa43cf6e54c9de26899c39ba415506b43abf52a
2022-12-17 17:24:09 +00:00
Paranoid Android 77c6a97238 manifest: Track platform_testing from AOSP
CTS in QPR1 depends on it.

Change-Id: I5a3fadad5f7fe8c1281628dbc1ace307f200cbfa
2022-12-17 09:31:25 +00:00
Paranoid Android a4d16b77f8 manifest: Fix error from previous commit
I rarely do these right the first time. Maybe next time...

Change-Id: Ia098e6a0b03a923176b65b7a58525cae9fc4a699
2022-12-17 09:17:40 +00:00
Paranoid Android 00a35f7641 manifest: Upgrade to Android 13 QPR1 (android-13.0.0_r18)
Change-Id: Iaad89478b02a3b9ecd215976e7a3026470a288bf
2022-12-17 09:13:36 +00:00
chrisl7 bd4d76aa8d manifest: vendor: Update to LA.VENDOR.1.0.r1-19000-WAIPIO.QSSI13.0
Change-Id: I755fefc1795633e1551096b6f3574f26b42ca42c
Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
2022-12-03 00:42:41 +00:00
Jake Weinstein e80a46ac34 manifest: Update to LA.QSSI.13.0.r1-07800-qssi.0
Change-Id: I6a4de3326bca478bcbe56c0dffa370af60736a94
2022-11-20 18:02:22 +09:00
Jake Weinstein 9c5697f3d1 manifest: Fork external/libpng
Change-Id: I9cb72400873b6c2db80bc996ba8aa30f763414ef
2022-11-18 15:58:07 +09:00
Chris Crump 699cc35559 manifest: aospa: Track packages/modules/Bluetooth again
Change-Id: I08566744840e3fa81bacbfd1da65858f3f0a0632
2022-11-14 16:47:41 -05:00
Omkar Chandorkar 881016675c manifest: Track a more recent erofs-utils from AOSP master branch
Signed-off-by: Omkar Chandorkar <gotenksIN@aospa.co>
Change-Id: I7ca9459b777a7c805061ce1c13bab3c0b538e23e
2022-11-13 13:11:05 +00:00
Chris Crump 457695de93 manifest: aospa: Track vendor/aospa/prebuilt
Change-Id: Ifda380fafe8dee3a5872c1df0c32d719dff0b66e
2022-11-11 16:25:27 -05:00
Chris Crump a040e39946 manifest: aospa: Track ParanoidSense
Change-Id: Id96c0e8d820ef7e32d7f60b6204f4352835387ca
2022-11-11 20:43:00 +00:00
timocapa 4cecc71a61 fixup! manifest: Update to November 2022 SPL (android-13.0.0_r14)
Change-Id: I22238b19b52e2395e3c22757cb3caf0f4d0f9ae3
2022-11-09 20:29:19 +01:00
Jake Weinstein b51b88ce79 manifest: Update to November 2022 SPL (android-13.0.0_r14)
Change-Id: I60758813e287f6c22c870d1e22951f4c57a85170
2022-11-10 04:10:15 +09:00
Jake Weinstein c35de6e7f6 manifest: Update to LA.QSSI.13.0.r1-07400-qssi.0
Change-Id: Ic4c58adb20404e49181ab7ee986ce0cead052987
2022-11-08 12:41:53 +09:00
Jake Weinstein 36a976887e manifest: Track Legacy IPA
Change-Id: Ib3f7fca24c329a73aba35ae700846c23ed0f8156
2022-10-28 17:25:58 +00:00
Jake Weinstein 4820d1c6ab manifest: Remove Vendor NQ NFC repos from manifest
These are device-specific and should go in
dependencies. 5.10 is not compatible with
previous versions.

Change-Id: I3d6357d30c016b512fbfc59d28dcce13c017fc50
2022-10-26 04:07:01 +00:00
Jake Weinstein 76e36cbde0 manifest: Update to LA.QSSI.13.0.r1-07200.01-qssi.0
Change-Id: Ib16fb260c67ac7bab76c8686ea20ade3d88788ac
2022-10-26 03:12:10 +00:00
Chris Crump 611bd511de manifest: Track external/ComputeLibrary
Change-Id: I57cb475df0c4bfca11b0f63df6e1b2037bd09e50
2022-10-23 21:14:05 +00:00
Jake Weinstein c3b7189a30 manifest: Correct WFD entry
wfd-commonsys is on the VIDEO.LA.2.0 branch
rather than LA.VENDOR.1.0, so we do not
need to remove it here.

Change-Id: I1692da12e2ab26816354e2bd188ea3d89be2bcdd
2022-10-23 17:08:54 +09:00
Alexander Koskovich db171439fe manifest: Update clo_vendor remote to WAIPIO
Change-Id: I7d8d8adc98422dd54eae5bf98e5fb8c9dec7d922
2022-10-23 04:00:41 +00:00
Chris Crump 2bcb46f312 manifest: Track external/android-nn-driver
Change-Id: I436d2d2503cc22999944b138115e8b17014b8f2c
2022-10-22 13:17:15 -04:00
Chris Crump ed8b3e2909 manifest: Track external/armnn
Change-Id: I81f3c59a27f75a6b1895e914f765ae4313a5bfe6
2022-10-22 13:16:56 -04:00
Jake Weinstein 9f96284d23 manifest: Update to LA.QSSI.13.0.r1-07200-qssi.0
Change-Id: Ic57bce64b03b50d6532dc585830d7ccfa61d15b4
2022-10-21 14:48:35 +09:00
Jake Weinstein 1b00f2fdc7 manifest: Track external/dtc from AOSP
For October 05, 2022 SPL

Change-Id: If9976b25c02cbdc49957bbacecb9e5a754c84f47
2022-10-17 17:26:16 +09:00
Jake Weinstein 9e673e255e manifest: Update to Android 13 D1
October 05, 2022 SPL
Pixel 7 Device Release Branch

Change-Id: I6e0fe21ed085c6f0dc0fcc42f7fc5e6fbb1fae19
2022-10-17 15:45:07 +09:00
Jake Weinstein c7e0630da8 manifest: Move AOSP projects to aosp.xml
Change-Id: I889b79bd2b1e28857f364081d226444e1f6cacc7
2022-10-17 15:40:01 +09:00
Jake Weinstein f3d6ed1273 manifest: Fork device/qcom/qssi
Change-Id: Iee5372a8bd7f553e6da640a356e0ef6130083432
2022-10-17 15:37:00 +09:00
Jake Weinstein 018e6d441f manifest: Update to LA.QSSI.13.0.r1-07100.01-qssi.0
Change-Id: I184655e69b8f0fdc51598997ccb45740594cbba1
2022-10-08 17:07:31 +09:00
Omkar Chandorkar 8c42ca45f4 system: upgrade to LA.QSSI.13.0.r1-07100-qssi.0
Signed-off-by: Omkar Chandorkar <gotenksIN@aospa.co>
Change-Id: I3afe164a04167ddf25c59c5db03361a27295f3bb
2022-10-06 02:27:14 +00:00
Omkar Chandorkar 9235189026 vendor: upgrade to LA.UM.9.14.2.r1-02800-QCM6490.QSSI12.0
Signed-off-by: Omkar Chandorkar <gotenksIN@aospa.co>
Change-Id: I3becbc42269612e8c2e4d5174f497e7555053df6
2022-10-05 09:43:42 +00:00
Omkar Chandorkar bfd3d3dd8f
aospa: add Repainter service by kdrag0n
Change-Id: Iec22ea29bc887f7df29408acb50629718b20f059
Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
Signed-off-by: Omkar Chandorkar <gotenksIN@aospa.co>
2022-09-30 13:55:28 +09:00
Omkar Chandorkar e9796751e0
aospa: update for september spl
Change-Id: I767c4322b824d87ebde2319785cff5a5a6a2b19e
Signed-off-by: Omkar Chandorkar <gotenksIN@aospa.co>
2022-09-30 12:43:15 +09:00
Jake Weinstein 13c9663485 manifest: Update to LA.QSSI.13.0.r1-07000-qssi.0
Change-Id: I5cacc925fa5aeca1ca88a137db55852343c16e30
2022-09-29 07:24:55 +09:00