Hi, 

I'm not sure if this is the right place to ask about android.bp files. Here 
is an issue that I'm seeing and I can't figure out why I'm seeing this. My 
.bp file has the following two sections, one for regular android build and 
one for android go:

prebuilt_etc {
    name: "*sysconfig_google*",
    product_specific: true,
    sub_dir: "sysconfig",
    *src: "google.xml",*
    *filename_from_src: true,*
}

prebuilt_etc {
    name: "*sysconfig_google_go*",
    product_specific: true,
    sub_dir: "sysconfig",
    *src: "google_go.xml",*
    *filename: "google.xml",*
}

The intention is that if I'm making a regular build, a gms.mk file is used 
and it calls sysconfig_google. If I'm making a Go build, the gms_go.mk file 
is used, and that calls  sysconfig_google_go. In the source directory there 
is "google.xml" and "google_go.xml" and depending on which is called, it 
should go to the destination directory as "google.xml". However, currently 
when I build a regular build (non-Go), I see in the destination directory 
that the google.xml file has the content of the google_go.xml file. Any 
idea why it's doing that? 

Thanks,

Kyle 

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-building/a37db4cd-f4b0-43bf-a507-964f552873f1%40googlegroups.com.

Reply via email to