Merge "Always define sdk_addon as phony" am: 1e0b2296ad

am: 19751a16e7

Change-Id: I305380ca626bcad087cad4365f12ff6382b76e54
This commit is contained in:
Colin Cross
2018-10-22 11:33:45 -07:00
committed by android-build-merger

View File

@@ -12,10 +12,10 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
ifndef ONE_SHOT_MAKEFILE
.PHONY: sdk_addon .PHONY: sdk_addon
ifndef ONE_SHOT_MAKEFILE
# If they didn't define PRODUCT_SDK_ADDON_NAME, then we won't define # If they didn't define PRODUCT_SDK_ADDON_NAME, then we won't define
# any of these rules. # any of these rules.
addon_name := $(strip $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_SDK_ADDON_NAME)) addon_name := $(strip $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_SDK_ADDON_NAME))