Drop separation between BA and Go module sdk
Since BA and Go module sdk contain the same Apis, we no longer need to
maintain two separate SDKs.
Summary:
- rm -rf go/current
- remove blueprint_package_include from current/Android.bp. This ensures
the soong modules in this Android.bp are not ignored when building go
devices.
Bug: 308188212
Test: lunch cf_x86_64_phone-trunk_staging-userdebug && m nothing (BA)
Test: mokey_go32-trunk_staging-userdebug && m nothing (Go)
Change-Id: Ifc71e9f0d208dba92e798ae712622dc987f55d3c
Merged-In: Ifc71e9f0d208dba92e798ae712622dc987f55d3c
diff --git a/current/Android.bp b/current/Android.bp
index 46b5bf0..3ac39e5 100644
--- a/current/Android.bp
+++ b/current/Android.bp
@@ -1,11 +1,5 @@
// This is auto-generated. DO NOT EDIT.
-// blueprint rules added by vendor/google/build/mainline_modules_sdks.py
-// to support coexistence.
-blueprint_package_includes {
- match_all: ["com.android.mainline"]
-}
-
package {
// A default list here prevents the license LSC from adding its own list which would
// be unnecessary as every module in the sdk already has its own licenses property.