Skip to content

Commit

Permalink
Upgrading AOSP to New Version android-13.0.0_r43
Browse files Browse the repository at this point in the history
updating aosp manifest from android-13.0.0_r43 to android-13.0.0_r43

Tracked-On: OAM-110529
Signed-off-by: Ankit Agrawal <ankit.agarwal@intel.com>
  • Loading branch information
ankithbti52509 authored and iViggyPrabhu committed Jun 2, 2023
1 parent e6d87ea commit 5cfc937
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<remote name="aosp"
fetch="https://android-review.googlesource.com" />
<default revision="refs/tags/android-13.0.0_r30"
<default revision="refs/tags/android-13.0.0_r43"
remote="aosp"
sync-j="4" />

Expand Down
4 changes: 3 additions & 1 deletion include/aosp_vanilla.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<superproject name="platform/superproject" remote="aosp" revision="android-13.0.0_r30"/>

<superproject name="platform/superproject" remote="aosp" revision="android-13.0.0_r43"/>
<contactinfo bugurl="go/repo-bug" />
<!-- BEGIN open-source projects -->
<project path="build/make" name="platform/build" groups="pdk" >
Expand Down Expand Up @@ -447,6 +448,7 @@
<project path="external/renderscript-intrinsics-replacement-toolkit" name="platform/external/renderscript-intrinsics-replacement-toolkit" groups="pdk" />
<project path="external/replicaisland" name="platform/external/replicaisland" groups="pdk" />
<project path="external/rmi4utils" name="platform/external/rmi4utils" groups="pdk" />
<project path="external/robolectric" name="platform/external/robolectric" groups="pdk-cw-fs,pdk-fs" />
<project path="external/robolectric-shadows" name="platform/external/robolectric-shadows" groups="pdk-cw-fs,pdk-fs" />
<project path="external/roboto-fonts" name="platform/external/roboto-fonts" groups="pdk" />
<project path="external/rootdev" name="platform/external/rootdev" groups="pdk" />
Expand Down

0 comments on commit 5cfc937

Please sign in to comment.