Use PRODUCT_PACKAGES_{ENG,DEBUG}

Instead of using:

  ifdef BRILLO
  LOCAL_MODULE_TAGS := eng
  endif

all over the tree, use PRODUCT_PACKAGES_{ENG,DEBUG} to trigger
installation on eng / userdebug builds. Soong doesn't support module
tags, and it doesn't support most conditionals.

Change-Id: I2b31f54963a2544d26738c421e0f8815e9ba4372
4 files changed