diff options
author | Kyounghan Lee <kyounghan.lee@samsung.com> | 2020-03-17 16:29:54 +0900 |
---|---|---|
committer | Roshan Pius <rpius@google.com> | 2020-03-17 10:24:17 -0700 |
commit | 9e5b05950bba2ffeb2fe1bb00c27d3ddb617adae (patch) | |
tree | 6148d4e4c110d9e144e105c21eda61fbd6f7d32f /RROOverlaySampleApp | |
parent | bb934a070ccace84041191a25cc405fa5ffaec31 (diff) |
WifiStack: Fix build error occurred by not allowed artifact path
WifiRRROverlaySampleApp.apk has to be in system/* instead of product/*
because of mainline_system.mk
Bug: 151693586
Test: Verified that the sample overlay app can override configs.
(cherry-picked from go/pag/1604758)
Change-Id: Ia0232e4f6e976a53302d62c985a3d1c34b0f5a8a
Diffstat (limited to 'RROOverlaySampleApp')
-rw-r--r-- | RROOverlaySampleApp/Android.bp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/RROOverlaySampleApp/Android.bp b/RROOverlaySampleApp/Android.bp index 52c56d966..0ce841fd2 100644 --- a/RROOverlaySampleApp/Android.bp +++ b/RROOverlaySampleApp/Android.bp @@ -20,6 +20,5 @@ android_app { "res", ], manifest: "AndroidManifest.xml", - sdk_version: "current", - product_specific: true + sdk_version: "current" } |