summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Lin <danny@kdrag0n.dev>2020-12-11 09:14:16 -0800
committerAli B <abittin@gmail.com>2021-05-13 20:33:53 +0300
commitd276cdc06a12c3c5ac1ee8a7c6397bd69715938b (patch)
treecab3aecb6ea875debe225b0472fa4b93f72ccae4
parent6b6f2285e4ad4bc3a9843f776b0203b9a49b4eb9 (diff)
ExactCalculator: Install to /product
This isn't an essential part of the system (core or ext), so it belongs in /product. Change-Id: I0da4c346c1b8096ef034cc11f80ef5d06d32f4c2
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index e4796b9..65ea802 100644
--- a/Android.mk
+++ b/Android.mk
@@ -22,6 +22,7 @@ LOCAL_USE_AAPT2 := true
LOCAL_MODULE_TAGS := optional
LOCAL_SDK_VERSION := current
+LOCAL_PRODUCT_MODULE := true
LOCAL_PACKAGE_NAME := ExactCalculator
LOCAL_OVERRIDES_PACKAGES := Calculator