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] [blame] |
Declare private_platform_apis to build on P
diff --git a/Huawei/Overlay/Android.mk b/Huawei/Overlay/Android.mk index 4b4d71f..f3c22d6 100644 --- a/Huawei/Overlay/Android.mk +++ b/Huawei/Overlay/Android.mk
@@ -4,4 +4,5 @@ LOCAL_PACKAGE_NAME := treble-overlay-huawei LOCAL_MODULE_PATH := $(TARGET_OUT)/overlay LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +LOCAL_PRIVATE_PLATFORM_APIS := true include $(BUILD_PACKAGE)