Jason Monk | 2ba4ce6 | 2015-01-13 10:08:23 -0500 | [diff] [blame] | 1 | # |
| 2 | # Include this make file to build your application against this module. |
| 3 | # |
| 4 | # Make sure to include it after you've set all your desired LOCAL variables. |
| 5 | # Note that you must explicitly set your LOCAL_RESOURCE_DIR before including |
| 6 | # this file. |
| 7 | # |
| 8 | # For example: |
| 9 | # |
| 10 | # LOCAL_RESOURCE_DIR := \ |
| 11 | # $(LOCAL_PATH)/res |
| 12 | # |
| 13 | # include frameworks/base/packages/SettingsLib/common.mk |
| 14 | # |
| 15 | |
Aurimas Liutikas | 12a37963 | 2017-11-14 01:41:39 +0000 | [diff] [blame] | 16 | LOCAL_STATIC_JAVA_LIBRARIES += \ |
Tony Mantler | 2407eb7 | 2017-11-29 14:58:45 -0800 | [diff] [blame] | 17 | android-support-annotations \ |
Doris Ling | ebb4583 | 2018-03-15 14:28:33 -0700 | [diff] [blame] | 18 | android-arch-lifecycle-common |
Aurimas Liutikas | 12a37963 | 2017-11-14 01:41:39 +0000 | [diff] [blame] | 19 | |
Adam Lesinski | 5ff3ad6 | 2016-04-13 20:30:45 -0700 | [diff] [blame] | 20 | LOCAL_STATIC_ANDROID_LIBRARIES += \ |
Adam Lesinski | 5ff3ad6 | 2016-04-13 20:30:45 -0700 | [diff] [blame] | 21 | android-support-v4 \ |
Doris Ling | ebb4583 | 2018-03-15 14:28:33 -0700 | [diff] [blame] | 22 | android-arch-lifecycle-runtime \ |
Aurimas Liutikas | 41df109 | 2017-12-05 16:20:43 -0800 | [diff] [blame] | 23 | android-support-v7-recyclerview \ |
| 24 | android-support-v7-preference \ |
| 25 | android-support-v7-appcompat \ |
| 26 | android-support-v14-preference \ |
Adam Lesinski | 5ff3ad6 | 2016-04-13 20:30:45 -0700 | [diff] [blame] | 27 | SettingsLib |
Fan Zhang | dd1886a | 2017-07-07 14:38:57 -0700 | [diff] [blame] | 28 | |