aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRashed Abdel-Tawab <rashed@linux.com>2018-02-02 19:39:50 -0800
committerSpiritCroc <dev@spiritcroc.de>2021-01-10 11:15:21 +0100
commit7b97cf4052d25d2760323ed247f2813a10e4be3e (patch)
tree0d215b4f2e5a366b266f1174580ee9ed6835ca12
parentf52376986868e4dbc4a7a272b2cd938ab972b2cb (diff)
rhine-common: Set shipping API level via inherited makefile
* PRODUCT_SHIPPING_API_LEVEL is set there Change-Id: I8adecfbaafb538277f6451a5dbc8abc279bf0c15
-rw-r--r--rhine.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/rhine.mk b/rhine.mk
index 5a79a5d..bc31866 100644
--- a/rhine.mk
+++ b/rhine.mk
@@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+$(call inherit-product, vendor/aicp/build/target/product/product_launched_with_j_mr2.mk)
+
# inherit from msm8974-common
$(call inherit-product, device/sony/msm8974-common/msm8974.mk)