diff options
| author | Danny Lin <danny@kdrag0n.dev> | 2020-12-11 09:14:16 -0800 |
|---|---|---|
| committer | Ali B <abittin@gmail.com> | 2021-05-13 20:33:53 +0300 |
| commit | d276cdc06a12c3c5ac1ee8a7c6397bd69715938b (patch) | |
| tree | cab3aecb6ea875debe225b0472fa4b93f72ccae4 | |
| parent | 6b6f2285e4ad4bc3a9843f776b0203b9a49b4eb9 (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.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
