commit | c78897297eecaff29de77046ae55b2d1ceb940ef | [log] [tgz] |
---|---|---|
author | Pierre-Hugues Husson <phh@phh.me> | Tue Aug 07 08:57:19 2018 +0200 |
committer | Pierre-Hugues Husson <phh@phh.me> | Tue Aug 07 09:00:19 2018 +0200 |
tree | 3803d311850125bda704f70a60aa81983d97102c | |
parent | befa2cb922a3c0c46b391184557535c53a318046 [diff] |
Declare private_platform_apis to build on P
diff --git a/NavBar/Android.mk b/NavBar/Android.mk index d5142b4..4e8a116 100644 --- a/NavBar/Android.mk +++ b/NavBar/Android.mk
@@ -2,4 +2,5 @@ include $(CLEAR_VARS) LOCAL_MODULE_TAGS := optional LOCAL_PACKAGE_NAME := treble-overlay-NavBar +LOCAL_PRIVATE_PLATFORM_APIS := true include $(BUILD_PACKAGE)