Hi,
   is there a way to implement a negative if/else statement within
Android.mk. Example: I do not want the build to be of type "user":

So I would like something like this:

ifeq ( ! ($(TARGET_BUILD_VARIANT), user)
LOCAL_SHARED_LIBRARIES += liblog
endif

basically, I want liblog to be included in only USERDEBUG and ENG
builds. Any help would be appreciated.

Thanks,
Vijay

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
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-developers?hl=en

Reply via email to