Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b5b5b266 authored by Sundong Ahn's avatar Sundong Ahn
Browse files

change vsdk_v$(ver) to system_sdk_v$(ver)

The vsdk name is change to system sdk, so vsdk_v$(ver) need to
change to system_sdk_v$(ver)

Bug: 67724799
Test: build & boot on taimen
Change-Id: I9ac508f5ed2602fbf827e0b0e4c205ab01915525
parent 2e020842
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -347,7 +347,7 @@ func decodeSdkDep(ctx android.BaseContext, v string) sdkDep {
			if strings.Contains(v, "system_") {
				return sdkDep{
					invalidVersion: true,
					module:         "vsdk_v" + strings.Replace(v, "system_", "", 1),
					module:         "system_sdk_v" + strings.Replace(v, "system_", "", 1),
				}
			}
			return sdkDep{