summaryrefslogtreecommitdiff
path: root/libs/gui/SurfaceControl.cpp
diff options
context:
space:
mode:
author Dan Willemsen <dwillemsen@google.com> 2018-05-08 17:08:15 -0700
committer Dan Willemsen <dwillemsen@google.com> 2018-05-09 00:54:07 +0000
commit8b55526624055be4e3f53b47b94a7da9b90953ce (patch)
tree1a013cd5cabda84885b5379a23e8bc432e62facd /libs/gui/SurfaceControl.cpp
parent2856475f4928c572ac33526c24ebd99a734f4dc6 (diff)
Remove unused `tags` property from Android.bp files
The tags property is (and has always been) unused by Soong. The property has been defined as a list of strings, and the `androidmk` converted any LOCAL_MODULE_TAGS entries over to it, but we've never done anything with it. In preparation for removing the definition from Soong, I'm removing it from all Android.bp files in the tree. Since this has never done anything, this is a no-op, but if you really did want the Android.mk behavior, the proper way to define a module to be installed in userdebug / eng builds is to use PRODUCT_PACKAGES_DEBUG or PRODUCT_PACKAGES_ENG in the appropriate product makefile. Exempt-From-Owner-Approval: global no-op build change Test: remove `tags` from Soong, see errors go away. Change-Id: I48b87d082964d171dffde642805b94d696e228ec Merged-In: I48b87d082964d171dffde642805b94d696e228ec
Diffstat (limited to 'libs/gui/SurfaceControl.cpp')
0 files changed, 0 insertions, 0 deletions