Skip to content
Snippets Groups Projects
Unverified Commit d3015e15 authored by padarshr's avatar padarshr Committed by Joshua Blanchard
Browse files

beckham: Address 'LOCAL_MODULE_TAGS := eng debug' deprecation.


Newer AOSP deprecates LOCAL_MODULE_TAGS := eng debug.
We now remove that and instead add the package to
PRODUCT_PACKAGES_ENG or PRODUCT_PACKAGES_DEBUG as applicable.

To ensure that we don't miss out on any package during this switch,
we add these explicitly, even though it might have been already
added under PRODUCT_PACKAGES at some other location.

Change-Id: I35bd67c3e7752be5bcd8f8682864062173e92724
Signed-off-by: default avatarJoshua Blanchard <joshua.lee.bbg@gmail.com>
parent 2dc426a6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment