Merge "Make container mandatory in aconfig_declarations." into main am: a874e94bab
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3058702 Change-Id: I6e9e2d8eb1f816a96e456d4d287b8821a2a606c4 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
committed by
Automerger Merge Worker
commit
ff7d15ed9e
@@ -15,8 +15,9 @@
|
||||
package java
|
||||
|
||||
import (
|
||||
"android/soong/android"
|
||||
"testing"
|
||||
|
||||
"android/soong/android"
|
||||
)
|
||||
|
||||
func TestAarImportProducesJniPackages(t *testing.T) {
|
||||
@@ -98,6 +99,7 @@ func TestLibraryFlagsPackages(t *testing.T) {
|
||||
aconfig_declarations {
|
||||
name: "bar",
|
||||
package: "com.example.package.bar",
|
||||
container: "com.android.foo",
|
||||
srcs: [
|
||||
"bar.aconfig",
|
||||
],
|
||||
@@ -105,6 +107,7 @@ func TestLibraryFlagsPackages(t *testing.T) {
|
||||
aconfig_declarations {
|
||||
name: "baz",
|
||||
package: "com.example.package.baz",
|
||||
container: "com.android.foo",
|
||||
srcs: [
|
||||
"baz.aconfig",
|
||||
],
|
||||
|
@@ -4382,6 +4382,7 @@ func TestAppFlagsPackages(t *testing.T) {
|
||||
aconfig_declarations {
|
||||
name: "bar",
|
||||
package: "com.example.package.bar",
|
||||
container: "com.android.foo",
|
||||
srcs: [
|
||||
"bar.aconfig",
|
||||
],
|
||||
@@ -4389,6 +4390,7 @@ func TestAppFlagsPackages(t *testing.T) {
|
||||
aconfig_declarations {
|
||||
name: "baz",
|
||||
package: "com.example.package.baz",
|
||||
container: "com.android.foo",
|
||||
srcs: [
|
||||
"baz.aconfig",
|
||||
],
|
||||
|
@@ -379,6 +379,7 @@ func TestAconfigDeclarations(t *testing.T) {
|
||||
aconfig_declarations {
|
||||
name: "bar",
|
||||
package: "com.example.package",
|
||||
container: "com.android.foo",
|
||||
srcs: [
|
||||
"bar.aconfig",
|
||||
],
|
||||
@@ -434,6 +435,7 @@ func TestReleaseExportRuntimeApis(t *testing.T) {
|
||||
aconfig_declarations {
|
||||
name: "bar",
|
||||
package: "com.example.package",
|
||||
container: "com.android.foo",
|
||||
srcs: [
|
||||
"bar.aconfig",
|
||||
],
|
||||
|
@@ -2801,6 +2801,7 @@ func TestApiLibraryAconfigDeclarations(t *testing.T) {
|
||||
aconfig_declarations {
|
||||
name: "bar",
|
||||
package: "com.example.package",
|
||||
container: "com.android.foo",
|
||||
srcs: [
|
||||
"bar.aconfig",
|
||||
],
|
||||
|
@@ -421,6 +421,7 @@ func TestRuntimeResourceOverlayFlagsPackages(t *testing.T) {
|
||||
aconfig_declarations {
|
||||
name: "bar",
|
||||
package: "com.example.package.bar",
|
||||
container: "com.android.foo",
|
||||
srcs: [
|
||||
"bar.aconfig",
|
||||
],
|
||||
@@ -428,6 +429,7 @@ func TestRuntimeResourceOverlayFlagsPackages(t *testing.T) {
|
||||
aconfig_declarations {
|
||||
name: "baz",
|
||||
package: "com.example.package.baz",
|
||||
container: "com.android.foo",
|
||||
srcs: [
|
||||
"baz.aconfig",
|
||||
],
|
||||
|
@@ -1715,6 +1715,7 @@ func TestSdkLibraryExportableStubsLibrary(t *testing.T) {
|
||||
aconfig_declarations {
|
||||
name: "bar",
|
||||
package: "com.example.package",
|
||||
container: "com.android.foo",
|
||||
srcs: [
|
||||
"bar.aconfig",
|
||||
],
|
||||
|
Reference in New Issue
Block a user