Disallow shared libraries in bootclasspath_fragment contents
Bug: 177892522 Test: m nothing Change-Id: I78c8ef8664ec1eb0fe3456a2de2cb956162ca0da
This commit is contained in:
@@ -231,7 +231,7 @@ func TestBootclasspathFragment_StubLibs(t *testing.T) {
|
||||
java_sdk_library {
|
||||
name: "mysdklibrary",
|
||||
srcs: ["a.java"],
|
||||
compile_dex: true,
|
||||
shared_library: false,
|
||||
public: {enabled: true},
|
||||
system: {enabled: true},
|
||||
}
|
||||
@@ -239,7 +239,7 @@ func TestBootclasspathFragment_StubLibs(t *testing.T) {
|
||||
java_sdk_library {
|
||||
name: "mycoreplatform",
|
||||
srcs: ["a.java"],
|
||||
compile_dex: true,
|
||||
shared_library: false,
|
||||
public: {enabled: true},
|
||||
}
|
||||
`)
|
||||
|
Reference in New Issue
Block a user