I want to build module conditionally, but i observe that all modules are 
getting compiled.
My Anroid.bp is like this

cc_binary {
   * name: "X",*
   ...
}

cc_binary {
 *   name: "Y",*
   ...
}

in product.mk, based on condition i have *assigned X*
But during build i can see both X and Y are getting compiled. but i want 
only X should be compiled. Please help to solve the problem.


-- 
-- 
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/5c72beae-bbe1-4bd8-994d-45b988ea6bc8n%40googlegroups.com.

Reply via email to