android_device_samsung_msm8.../ril/include
Paul Keith da14a8d88a msm8974-common: libril: Fix RIL_Call struct for 64-bit platforms
* While msm8974 is not 64 bit, certain users of this libril will be
* A previous revision of this libril had 16 bytes of padding in this
  struct for 64-bit platforms (due to word size and struct alignment),
  but a change by me to use a long instead of a pointer and an int
  broke this padding for 64-bit platforms because a long is still
  just 8 bytes on 64-bit platforms, where 16 bytes is necessary
* Use two pointers as padding instead to make 64-bit great again

Change-Id: If599bdb625f7a45e083f5b30df512d12810be79b
2018-03-01 19:48:48 +00:00
..
libril msm8974-common: ril: Import libril from hardware/ril-caf 2018-02-06 04:22:04 +00:00
telephony msm8974-common: libril: Fix RIL_Call struct for 64-bit platforms 2018-03-01 19:48:48 +00:00
samsung_ril.h msm8974-common: libril: Add Samsung changes 2018-02-06 04:24:06 +00:00