Hi, I'm trying to convert something that was previously done in an .mk file 
to the .bp format. Previously in .mk file I have something like this: 

PRODUCT_COPY_FILES += \$(ANDROID_PARTNER_GMS_HOME)/etc/preferred-apps/
*google_go.xml*:system/etc/preferred-apps/*google.**xml* \

where I rename google_go.xml to google.xml after copy. 

After some digging looks like the below change should accomplish the same 
thing. 
prebuilt_etc {
name: "sysconfig_google_go",
product_specific: true,
sub_dir: "sysconfig",
* src: "google_go.xml",*
* filename: "google.xml",*
}
Can anyone help take a look if that looks good? I don't think I was able to 
find any similar examples on cs/ 

Thanks!

-- 
-- 
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/83893908-f989-4c60-98e6-6f928a680a7c%40googlegroups.com.

Reply via email to