Revert "Deduplicate APEX variants that would build identically"
This reverts commit d6b2525b00
.
Reason for revert: <Breaks tests - confirmed by Forrest: b/165188843>
Change-Id: I7cb68cb87522415004390c0672dc774e0067b122
This commit is contained in:
@@ -556,10 +556,6 @@ func (compiler *baseCompiler) hasSrcExt(ext string) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (compiler *baseCompiler) uniqueApexVariations() bool {
|
||||
return Bool(compiler.Properties.Use_apex_name_macro)
|
||||
}
|
||||
|
||||
// makeDefineString transforms a name of an APEX module into a value to be used as value for C define
|
||||
// For example, com.android.foo => COM_ANDROID_FOO
|
||||
func makeDefineString(name string) string {
|
||||
|
Reference in New Issue
Block a user